Commit Graph

9 Commits

Author SHA1 Message Date
Daniel S. 63962c95cc add Rust ScrapHacks prototype and network sniffer/parser 2023-05-07 21:36:20 +02:00
Daniel S. 58407ecc9f Add web-based .packed explorer, updated parser and ghidra untility script 2023-05-07 21:29:21 +02:00
Daniel S. 8e0df74541 Add WIP model parser (works for levels and Blender importer 2023-03-07 20:05:56 +01:00
Daniel S. 45f38885ec Add Scrap_analyze.py to locate and mark up engine vars and callbacks 2023-02-06 17:22:59 +01:00
Strongleong 685e0b9e53 Moved `tools/callbacks_to_md.py` to `tools/ghidra_scripts/callbacks_to_md.py` 2023-02-04 11:22:01 +00:00
Strongleong d8f4339d7b Added script for dumping C callbacks 2023-02-04 11:17:58 +00:00
Daniel S. 9f69934a32 Add GUI version of scrapper.py, needs PyQt5 and construct 2021-05-23 03:03:37 +02:00
Daniel S. 7afdfb5869 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
2021-01-20 23:53:14 +01:00
Daniel S. 8d92f25b8c Lots of Updates (expand for more):
- Started implementing new parser for chunked data
- Started documenting data formats
- Started dissector for network protocol
- Added AI-Graph renderer (converts .pth files to python data you can import into Blender)
- Added Script to convert savefile to JSON
- Added (old) parser for chunked data format
- Added basic parser for LFVF data section (Vertex Data)
- Added script to analyze and filter read trace generated with frida script
- Added various Frida scripts
2020-08-04 18:05:34 +02:00