Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dumpwow doesn't seems to be unpacking SEH? #13

Open
githubsearcher11 opened this issue Jan 12, 2024 · 1 comment
Open

dumpwow doesn't seems to be unpacking SEH? #13

githubsearcher11 opened this issue Jan 12, 2024 · 1 comment

Comments

@githubsearcher11
Copy link

githubsearcher11 commented Jan 12, 2024

hello. while trying other unpacker to compare with result with dumpwow, i noticed one weird thing.

most of game engine functions seems to be unpacked without errors, but seems like obfuscated or protected function's SEH chain doesn't seems to be appearing when i thrown binary to IDA. this is very hearthbreaking as blizzard games abuses SEH a lot to obfuscate such function's call analysis.

changeofpace's ow unpacker seems to be giving valid SEH infos when thrown into IDA, through his plugin only targets to be recovering IAT only, and actual unpacking is indeed handled by game itself.

not sure what am i missing here, may i ask for your insight related with this issue?

@githubsearcher11
Copy link
Author

also the TLS Callback doesn't seems to be valid either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant