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

Performance Improvements #131

Merged
merged 22 commits into from
Dec 20, 2024
Merged

Performance Improvements #131

merged 22 commits into from
Dec 20, 2024

Conversation

BenBaryoPX
Copy link
Collaborator

@BenBaryoPX BenBaryoPX commented Dec 20, 2024

  • Update flAST and Obfuscation-Detector
  • Remove redundant scope collections
  • Replace array methods and for-in/for-of loops with for-loops
  • Remove evalWithDOM and JSDOM
  • Improve sandbox by disabling Math.random, Date, Fetch, WebAssembly, and WebSocket.
  • Reduce sandbox timeout to 1 seconds.
  • Replace SHA256 with MD5
  • Many performance refactors

@BenBaryoPX BenBaryoPX self-assigned this Dec 20, 2024
@BenBaryoPX BenBaryoPX merged commit e4f7c26 into main Dec 20, 2024
2 of 3 checks passed
@BenBaryoPX BenBaryoPX deleted the improve_performance branch December 20, 2024 17:56
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