Furthened decomp work
This commit is contained in:
parent
746709f40c
commit
28cbbe3470
519 changed files with 1498 additions and 43421 deletions
8
tmp_dump_regret_2040_region.py
Normal file
8
tmp_dump_regret_2040_region.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from pathlib import Path
|
||||
|
||||
data = Path(r'd:\Ghidra\Crusader\REGRET.EXE').read_bytes()
|
||||
start = 0xD2840
|
||||
end = 0xD28DC + 1
|
||||
chunk = data[start:end]
|
||||
print(f'len={len(chunk)}')
|
||||
print(chunk.hex(' '))
|
||||
Loading…
Add table
Add a link
Reference in a new issue