Skip to content

Commit

Permalink
don't ignore segment 1 for target1
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Nov 14, 2023
1 parent 4d0feb6 commit 8f5e945
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion demos/nov-2023/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ target4-self: target4.original.exe target4.csv
-e ContinueAfterRecoverableFailures \
-r AllowEqRescopeFailure \
-s entry1 \
-s FUN_00000138 \
-s FUN_00000f38 \
--original-csv-function-hints target4.csv \
--patched-csv-function-hints target4.csv \
--save-macaw-cfgs target4_CFGs
Expand All @@ -34,6 +36,10 @@ target4: target4.original.exe target4.patched.exe
-e ContinueAfterRecoverableFailures \
-r AllowEqRescopeFailure \
-s entry1 \
-s FUN_00000138 \
-s FUN_00000f38 \
-s FUN_00002178 \
-s FUN_00000e40 \
--original-csv-function-hints target4.csv \
--patched-csv-function-hints target4.csv \
--save-macaw-cfgs target4_CFGs
Expand All @@ -43,7 +49,6 @@ target1.original.exe:

target1-self: target1.original.exe
../../pate.sh \
--ignore-segments 1 \
-o target1.original.exe \
-p target1.original.exe \
-e ContinueAfterRecoverableFailures \
Expand Down

0 comments on commit 8f5e945

Please sign in to comment.