Implement bisection

This commit is contained in:
Takumi Sueda
2021-03-06 00:02:19 +09:00
parent 7372479efc
commit cef69aef53
4 changed files with 29 additions and 10 deletions

View File

@@ -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