Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evilcel3ri/07b292a365c2e3d8f89bbb13ca0c940c to your computer and use it in GitHub Desktop.
Save evilcel3ri/07b292a365c2e3d8f89bbb13ca0c940c to your computer and use it in GitHub Desktop.
module_list
MODULE(tests)
MODULE(pe)
MODULE(elf)
MODULE(math)
MODULE(time)
MODULE(console)
#ifdef DOTNET_MODULE
MODULE(dotnet)
#endif
#ifdef CUCKOO_MODULE
MODULE(cuckoo)
MODULE(androguard)
#endif
#ifdef MAGIC_MODULE
MODULE(magic)
#endif
#ifdef HASH_MODULE
MODULE(hash)
#endif
#ifdef MACHO_MODULE
MODULE(macho)
#endif
#ifdef DEX_MODULE
MODULE(dex)
#endif
#ifdef PB_TESTS_MODULE
MODULE(pb_tests)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment