diff options
| -rw-r--r-- | example/unpack_upx.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/example/unpack_upx.py b/example/unpack_upx.py index b3932cee..313f75a2 100644 --- a/example/unpack_upx.py +++ b/example/unpack_upx.py @@ -88,12 +88,11 @@ def update_binary(jitter): # Set callbacks sb.jitter.add_breakpoint(end_label, update_binary) - +# Run sb.run() -regs = sb.jitter.cpu.get_gpreg() +# Rebuild PE new_dll = [] -# XXXXX sb.pe.SHList.align_sections(0x1000, 0x1000) logging.info(repr(sb.pe.SHList)) |