A forum for reverse engineering, OS internals and malware analysis 

Discussion on reverse-engineering and debugging.
 #31578  by nstokrnl
 Tue May 15, 2018 6:04 pm
So I want to create a generic unpacker. :)

I found this https://www.reversinglabs.com/open-sour ... ngine.html

However is there no way to actually create a non static unpacker without using emulation or a debugger?

I do not want to use emulation since it is slower for the heavily obfuscated files.
I do not want to use a debugger since there is the possibility of the malware actually being run.