You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to parse a PE32 binary that does not implement the program's own exception handler.
This binary intentionally raises an ACCESS_VIOLATION exception; when attached and run on x86dbg, RtlDispatchException returns false, whereas when run on Cuckoo Sandbox, I found that RtlDispatchException returns true.
The OS running on the VM is Windows 7 Professional 32bit (RTM).
If you know the cause, please let me know.
The text was updated successfully, but these errors were encountered:
I am trying to parse a PE32 binary that does not implement the program's own exception handler.
This binary intentionally raises an ACCESS_VIOLATION exception; when attached and run on x86dbg, RtlDispatchException returns false, whereas when run on Cuckoo Sandbox, I found that RtlDispatchException returns true.
The OS running on the VM is Windows 7 Professional 32bit (RTM).
If you know the cause, please let me know.
The text was updated successfully, but these errors were encountered: