Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/11/2011 in all areas

  1. Shaggi

    Help with asm

    @that1 if you're missing a func, it doesn't have to be imported. use getprocaddress + module. if using asm, do something like this: getfuncaddr: ;stdcall, char* mod, char * func call GetModuleHandle; cmp eax, 0; jz fail; push eax; push dword ptr [esp + 8]; call GetProcAddressA; retn 8; fail: xor eax, eax; retn 8;
    1 point
  2. My friend, you are a genius. And don't let anyone piss and moan about any minor problems, because this was obviously a ton of work, and works amazingly. Only solve problems that you want to solve. Congratulations.
    1 point
  3. This is just fantastic! The thing I like about this is that you can obfuscate the code more than once without errors. Great Job!
    1 point
×
×
  • Create New...