DosX

Results 4 comments of DosX

Hello! You can create a process dump and scan it with DIE extractor to retrieve all files from memory for analysis

Now I understand your problem. This will be possible with the release of the release version of DIE SDK (Library). You can scan files programmatically by transferring them entirely in...

Hello, IgorAkimenk! Unfortunately, Microsoft Visual C does not meet the required standards (~C99) to use obfus.h obfuscation. Please use TinyC, which is what this macro-library is intended for. For comfortable...

Hello, [testingnic](https://github.com/testingnic)! **obfus.h** is intended only for use in Windows projects (x86/x64). Android uses ARM architecture and has a completely different system structure. :(