diff options
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 | |||
