DTLib/DtsodC/README.md
2022-01-19 23:53:51 +03:00

508 B

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"