From a9886b9d52c3bce0a4b58805b5597efccc55225a Mon Sep 17 00:00:00 2001 From: itsme Date: Tue, 6 Jul 2021 19:26:42 +0200 Subject: initial commit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6119860 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# crodump + +`crodump.py` is a script which can analyse cronos databases. + +There is the `kodump` option, which does low level deobfuscation at arbitrary offsets, +optionally deobfuscating with all possible `shift` values. + +Then the `crodump` option which reads .tad + .dat file pairs, and prints the records found. + + +## supporting modules + + * hexdump.py + * koddecoder.py + +# packer notes + +see docs/exe-packer-notes.txt, notes on the binary packer used by Cronos.exe + -- cgit v1.2.3