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

Unpack atob() and other common functions #53

Open
Niek opened this issue Jan 24, 2024 · 0 comments
Open

Unpack atob() and other common functions #53

Niek opened this issue Jan 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Niek
Copy link

Niek commented Jan 24, 2024

I see some code that has statements like this:

const blah = atob("ZGVza3RvcA==")

Another common one is a "decryptor"/translation function like ROT13. It would be great if such cases could be extracted.

@Niek Niek added the enhancement New feature or request label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant