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

Deobfuscate #320

Merged
merged 1 commit into from Dec 1, 2021
Merged

Deobfuscate #320

merged 1 commit into from Dec 1, 2021

Conversation

hunse
Copy link
Collaborator

@hunse hunse commented Nov 25, 2021

(based off #289)

Yay! We are no longer obfuscated!

I think this can probably all be squashed into one commit, I just wanted to keep it separate for testing (and maybe it's helpful for review, too?)

Most of the deobfuscation was performed by our automated script, but there were a few places where I had to step in with some manual changes (the biggest one being the snips).

I also went through the obfuscation commit (bcebef3), and found a few places where we were using a more "explicit" representation of a number (e.g. 2 ** 12 - 1 rather than 4095), and changed those back.

Copy link
Member

@tbekolay tbekolay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, excited to have this in once CI finishes!

@tbekolay tbekolay merged commit f7cbd11 into master Dec 1, 2021
@tbekolay tbekolay deleted the deobfuscate branch December 1, 2021 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants