Open neuhaus opened 9 years ago
You would need some asm files which wrap the movfuscated codes to deal with calling conventions with hand written assembly and thus could just extern the calls. If you are okay with doing that, there is no real need for a guide, just research the calling conventions used in movfuscator from the source, and the general Linux gcc style.
Could you describe how I can combine an object file compiled with movcc and other files with gcc?