mirror of
https://github.com/brain-hackers/lab
synced 2025-10-15 12:48:39 +09:00
Implement bisection
This commit is contained in:
@@ -24,5 +24,7 @@ spray/main.bin:
|
||||
@./extract.py -p a.out spray/top.bin
|
||||
@$(AS) spray/bottom.S
|
||||
@./extract.py -p a.out spray/bottom.bin
|
||||
@./append_nop.py 15728640 spray/top.bin spray/bottom.bin spray/main.bin
|
||||
@$(AS) spray/bottom_reset.S
|
||||
@./extract.py -p a.out spray/bottom_reset.bin
|
||||
@./append_nop.py spray/top.bin spray/bottom.bin spray/bottom_reset.bin spray/main.bin 112 113
|
||||
@rm -f a.out
|
||||
|
Reference in New Issue
Block a user