forked from ReScrap/ScrapHacks
Lots of changes, expand to read
- Add notes folder with MDBook documentation (the NOTES.md file was getting kind of large) - Add rz_analyze.py, does the same a r2_analyze.py just with Rizin instead of radare2 so the project can be loaded in Cutter (*and* it's faster) - Add Scrap.rzdb, Rizin database for the Scrap.exe executable - Add Scrapper_rs, Rust version of .packed extractor and repacker - replace helplib.txt with helplib.md - add Py_Docs folder which contains generated documentation for the binary python modules built into Scrap.exe
This commit is contained in:
parent
43c01e81d2
commit
7afdfb5869
50 changed files with 483086 additions and 1709 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -261,9 +261,13 @@ __pycache__/
|
|||
*.pyc
|
||||
|
||||
.history
|
||||
**/.history
|
||||
|
||||
ScrapHacks/build/*
|
||||
ScrapHacks/src/D3D8_VMT.hpp
|
||||
.vscode/c_cpp_properties.json
|
||||
tools/*.log
|
||||
frida/*.mp
|
||||
frida/*.mp
|
||||
frida/dump.mp.xz
|
||||
terms.py
|
||||
hist_restore.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue