weak1337 / Alcatraz

x64 binary obfuscator
1.6k stars 242 forks source link

Change Section Name (Detection) #9

Closed CycloneRing closed 1 year ago

CycloneRing commented 1 year ago

Hey @weak1337, How can we change the section name to avoid detection and recognizing protector?

I tried to change the line at :

auto new_section = pe.create_section(".cdata", 10000000, IMAGE_SCN_MEM_EXECUTE | IMAGE_SCN_MEM_READ | IMAGE_SCN_CNT_CODE);

But it doesn't work, Did you hardcoded anything?

Thanks

CycloneRing commented 1 year ago

Never mind found it, I added a hardcoded data to include your name as credit.