Commit 58f7061
committed
feat: Enhance JS Code Deobfuscator with new decoding and encoding methods
- Added new decoding methods: decodeJSFuck, decodeAAEncode, decodeJJEncode, decodeURL, decodeBase64, decodeHex, decodeUnicode, unpackArray, smartDecode.
- Introduced encoding methods: encodeAAEncode, encodeJJEncode, encodeHex, encodeUnicode, encodeURL, encodeBase64, obfuscateAdvanced, encodeMurrCoder.
- Updated translations for English, Russian, and German languages to reflect new features and improved terminology.
- Implemented a smartDecode method to automatically detect and decode various obfuscation techniques.
- Added a new utility file for JSFuck encoding and decoding logic.
- Enhanced error handling and validation for decoding methods.1 parent 4a1a379 commit 58f7061
7 files changed
Lines changed: 1234 additions & 59 deletions
File tree
- src
- i18n
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments