summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoritsme <itsme@xs4all.nl>2021-07-06 19:26:42 +0200
committeritsme <itsme@xs4all.nl>2021-07-06 19:26:42 +0200
commita9886b9d52c3bce0a4b58805b5597efccc55225a (patch)
tree4133e30e57109385ade3f756970058fe1edac255 /README.md
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
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
5There is the `kodump` option, which does low level deobfuscation at arbitrary offsets,
6optionally deobfuscating with all possible `shift` values.
7
8Then 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
18see docs/exe-packer-notes.txt, notes on the binary packer used by Cronos.exe
19