Created
March 5, 2022 21:11
-
-
Save evilcel3ri/07b292a365c2e3d8f89bbb13ca0c940c to your computer and use it in GitHub Desktop.
module_list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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