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
When running Yama.exe with -a, it will iterate through all processes, however will run to exception and quits when fetching the PEB address fails, and will not continue iterating further on other processes in the list.
Example: Lsalso.exe
trace : now scanning pid: 1880 (yamascanner.cpp:ScanPidList L#12)
error : Failed to get address of PEB. error_code: %lu (998:process.cpp L#Peb)
Would be a nice enhancement to keep iterating through the other processes and simply skip on the failed process.
The text was updated successfully, but these errors were encountered:
When running Yama.exe with
-a
, it will iterate through all processes, however will run to exception and quits when fetching the PEB address fails, and will not continue iterating further on other processes in the list.Example: Lsalso.exe
Would be a nice enhancement to keep iterating through the other processes and simply skip on the failed process.
The text was updated successfully, but these errors were encountered: