about summary refs log tree commit diff stats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/unpack_upx.py5
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))