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

Code Cleanup #40

Merged
merged 1 commit into from
Mar 31, 2021
Merged

Code Cleanup #40

merged 1 commit into from
Mar 31, 2021

Conversation

CasualX
Copy link
Owner

@CasualX CasualX commented Mar 31, 2021

Includes breaking changes:

  • Remove obflocal, obfconst, obfeq, ObfString, ObfBuffer
  • Change hash to DJB2 to xor variation
  • Move xref to its own module
  • Remove static mut to just static hopefully the xref breaking keeps IDA at bay
    The problem with static mut is that it makes it hard to protect against malicious modification

@CasualX
Copy link
Owner Author

CasualX commented Mar 31, 2021

Referencing #29 hopefully this won't regress too badly

@CasualX CasualX merged commit 3c06dba into master Mar 31, 2021
@CasualX CasualX deleted the cleanup branch March 31, 2021 13:49
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.

1 participant