Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try/catch on failed processes #2

Open
albertzsigovits opened this issue Aug 10, 2023 · 0 comments
Open

Try/catch on failed processes #2

albertzsigovits opened this issue Aug 10, 2023 · 0 comments

Comments

@albertzsigovits
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant