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

Emulate VMBinaryReader #9

Merged
merged 9 commits into from
Apr 29, 2023
Merged

Emulate VMBinaryReader #9

merged 9 commits into from
Apr 29, 2023

Conversation

puff
Copy link
Owner

@puff puff commented Apr 28, 2023

Description

The endianness of the VM's BinaryReader is scrambled across different Eazfuscator.NET versions.
This PR switches the VMBinaryReader class to use emulation so it will always use the correct endianness when reading.

Related Issue

#4

@puff puff linked an issue Apr 28, 2023 that may be closed by this pull request
@puff
Copy link
Owner Author

puff commented Apr 29, 2023

Tested on multiple samples with varying Eazfuscator.NET versions.

@puff puff merged commit 0b659f3 into main Apr 29, 2023
@puff puff deleted the binaryreader-emulation-v2 branch April 29, 2023 12:10
puff added a commit that referenced this pull request Apr 30, 2023
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

Successfully merging this pull request may close these issues.

VM BinaryReader endianness different across samples.
1 participant