Posted April 13, 20196 yr Language: C/C++ Platform: Windows x86 OS Version: Windows Packer / Protector: None Description: Simple obfuscation. Change "input a number" text. Gold: add +1 to sum factorial Screenshot: OBFTest.exe Edited April 13, 20196 yr by mattheig wrong exe
April 13, 20196 yr Program cannot start because VMprotect dll is missing Quote Packer / Protector: None Are you sure this is using no packer or protector?
August 16, 20196 yr [*] Changed the text How I did it? Spoiler Simply by breaking the runtime in this address: 00CA675B then you would be able to see the text in the edx register, so I changed that text from memory dump as you can see here [*] Added +1 to sum factorial How I didt it? Spoiler Same story go to 00CA5070 and edit the eax reg For now that the addresses are well know you can easily calculate the string value and change edit these reg values by patching the exe so it always return what ever you want. Edited August 16, 20196 yr by ForlaxPy More details
Create an account or sign in to comment