DTLib/DtsodC
2022-01-19 23:53:51 +03:00
..
.vscode first commit from linux 2022-01-18 19:41:07 +03:00
cosmopolitan first commit from linux 2022-01-18 19:41:07 +03:00
src slimak 2022-01-19 23:53:51 +03:00
Makefile slimak 2022-01-19 23:53:51 +03:00
README.md slimak 2022-01-19 23:53:51 +03:00

DtsodC

DtsodV23 parser in C# works too slow, so i wrote V24 parser in C


Compiling on Linux

Required packages: gcc

Compile with glibc:

make std_build

Compile with cosmopolitan (crossplatform libc implementation):

make build

If you see the run-detectors: unable to find an interpreter error, just execute this command:

sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"