Skip to content

corrupts 'Hello, world!' .exe msvc #27

@hLunaaa

Description

@hLunaaa

PROBLEM
running mybin.exe prints "Hello, world!"
running mybin.obf.exe causes access violation, decompiled main jumps to bad address

HOW TO REPRODUCE
new c++ project

#include <iostream>
int main() { std::printf("Hello, world!\n"); }

build x64 release

Alcatraz-con.exe bin.exe

Successfully parsed 46 function(s)
OBFUSCATING: 42
Finished in 0.617 seconds

bin.obf.exe
first chance exception on 00007FF6BA85D850 (C0000005, EXCEPTION_ACCESS_VIOLATION)

bin hash: a8ebdcc14f9c6a6b4df591e0573ee04fd201f4242b0a196ebbc2e1c3de45866f
bin.obf hash: a43284fd4d3a8b4f3a4b3f5c4d19227bc6f1d81af88953ba18eca72275bbfee1

bin.zip

didnt look too much at the project but at least you are exploring things

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions