diff options
| author | itsme <itsme@xs4all.nl> | 2021-07-06 19:26:42 +0200 |
|---|---|---|
| committer | itsme <itsme@xs4all.nl> | 2021-07-06 19:26:42 +0200 |
| commit | a9886b9d52c3bce0a4b58805b5597efccc55225a (patch) | |
| tree | 4133e30e57109385ade3f756970058fe1edac255 /README.md | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6119860 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # crodump | ||
| 2 | |||
| 3 | `crodump.py` is a script which can analyse cronos databases. | ||
| 4 | |||
| 5 | There is the `kodump` option, which does low level deobfuscation at arbitrary offsets, | ||
| 6 | optionally deobfuscating with all possible `shift` values. | ||
| 7 | |||
| 8 | Then the `crodump` option which reads .tad + .dat file pairs, and prints the records found. | ||
| 9 | |||
| 10 | |||
| 11 | ## supporting modules | ||
| 12 | |||
| 13 | * hexdump.py | ||
| 14 | * koddecoder.py | ||
| 15 | |||
| 16 | # packer notes | ||
| 17 | |||
| 18 | see docs/exe-packer-notes.txt, notes on the binary packer used by Cronos.exe | ||
| 19 | |||
