blob: 611986054005fc22f8ddefebaab71c33c4cadaef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|