mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-31 10:07:02 +00:00
add event sc for short-circuiting commands
This commit is contained in:
parent
37cf939687
commit
6d5c60f791
16 changed files with 653 additions and 472 deletions
|
|
@ -11,12 +11,12 @@
|
|||
|
||||
|
||||
# OneOpFunc1 input is a number and returns a number.
|
||||
.OneOpFunc1->poi db dd dw dq neg hi low not check_address strlen wcslen interlocked_increment interlocked_decrement reference physical_to_virtual virtual_to_physical
|
||||
.OneOpFunc1->poi db dd dw dq neg hi low not check_address strlen wcslen interlocked_increment interlocked_decrement reference physical_to_virtual virtual_to_physical event_sc
|
||||
|
||||
# OneOpFunc2 input is a number.
|
||||
.OneOpFunc2->print formats event_enable event_disable test_statement spinlock_lock spinlock_unlock
|
||||
|
||||
.ZeroOpFunc1->pause flush event_sc
|
||||
.ZeroOpFunc1->pause flush
|
||||
|
||||
.VarArgFunc1->printf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue