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

deobfuscated #1

Open
nethutop opened this issue May 13, 2021 · 1 comment
Open

deobfuscated #1

nethutop opened this issue May 13, 2021 · 1 comment

Comments

@nethutop
Copy link

hello, how did you deobfuscated pixel gun 3d

@jbro129
Copy link
Owner

jbro129 commented May 13, 2021

I manually found the functions by comparing the obfuscated dump.cs to the last pg3d version that wasn't. PG3D 16.6.1 was the last version that wasn't obfuscated.

I manually found the functions by looking for similarities and cross referencing them with the obfuscated and 16.6.1 dumps. Not everything in the obfuscated dump is obfuscated, only a lot of it is. Eventually, I found the player_mov_c class and after that everything just came easily.

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

2 participants