File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
test_scripts/trigger-native Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ if not exist %IDASDK%\ida-cmake\common.cmake (
2222)
2323
2424if " %1 " == " clean" (
25- if exist build64 rmdir /s /q build64
25+ if exist build rmdir /s /q build
2626 goto :eof
2727)
2828
29- if not exist build64 cmake -B build64 -S . -A x64 -DEA64=YES
29+ if not exist build cmake -B build -S . -A x64 -DEA64=YES
3030
31- if " %1 " == " build" cmake --build build64 --config Release
31+ if " %1 " == " build" cmake --build build --config Release
3232
3333echo .
3434echo All done!
Original file line number Diff line number Diff line change 11import time
2+ import idaapi
23
34# Give the linker time to finish flushing the binary
45time .sleep (1 )
Original file line number Diff line number Diff line change 11import time
2+ import idaapi
23
34# Give the linker time to finish flushing the binary
45time .sleep (1 )
You can’t perform that action at this time.
0 commit comments