https://github.com/botswin/FakeVision-Reverse
https://github.com/botswin/FakeVision-Reverse
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/botswin/FakeVision-Reverse
- Owner: MiddleSchoolStudent
- License: gpl-2.0
- Created: 2024-11-27T05:26:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T11:57:21.000Z (over 1 year ago)
- Last Synced: 2024-11-27T12:34:12.808Z (over 1 year ago)
- Language: JavaScript
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fv.pro-Reverse
https://fv.pro has some very advanced detection and it uses https://obfuscator.io/ for the obfuscation. Because the file is so large, https://deobfuscate.io/ can't unobfuscate it directly, and it can make your browser get stuck.
After analyzing the obfuscation methods, we use AST to extract functions from the source code and implement dynamic staking with puppeteer to achieve dynamic de-obfuscation.
## Usage
```bash
npm i
node ./index.js
```