Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x64dbg/Scripts
A collection of x64dbg scripts. Feel free to submit a pull request to add your script.
https://github.com/x64dbg/Scripts
Last synced: about 2 months ago
JSON representation
A collection of x64dbg scripts. Feel free to submit a pull request to add your script.
- Host: GitHub
- URL: https://github.com/x64dbg/Scripts
- Owner: x64dbg
- Created: 2014-08-31T18:59:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T12:48:35.000Z (6 months ago)
- Last Synced: 2024-08-04T23:10:52.154Z (4 months ago)
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 490
- Watchers: 39
- Forks: 109
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ida-x64-olly-plugin - Unpacking Script
- awesome-csirt - A collection of x64dbg scripts
README
# scripts
a collection of x64dbg scripts
## UPX
Website: http://upx.sourceforge.net/### Unpackers
2.02_to_2.03.txt
Ability: Unpack UPX vesions 2.02 to 2.03
Instructions: Load the exe and run the script.
3.06_to_3.91.txt
Ability: Unpack UPX versions 3.06 through 3.91.
Instructions: Load the exe and run the script.
upx391.txt
Ability: Unpack version 3.931.
Instructions:## FSG
Website:### Unpackers
FSG1.x1.3x.txt
Ability: Unpack any 1.x and 1.3x version
Instructions: Begin at the entry point.
FSG1.2.txt
Ability: Unpack FSG 1.2
Instructions: Begin at the entry point.
FSG2.0.txt
Ability: Unpack FSG 2.0
Instructions: Begin at the entry point.## ASPack
Website: http://www.aspack.com/### Unpackers
ASPack 2.xx.txt
Ability: Unpack all versions 2.xx of ASPack
Instructions: Begin at the entry point.