Hi,
Got two questions.
1. How to obtain list of all threads (even system one) ? One of the way is to use ZwQuerySystemInformation, but I'm looking for better solution (e.g modules has PsLoadedModulesList, so maybe there is something similiar for threads? Or like each eprocess has ActiveProcessList, then maybe threads has something?).
2. Is it possible to get routine address of thhe thread? e.g taking it from ethread structure?
Thank you for joining.
Got two questions.
1. How to obtain list of all threads (even system one) ? One of the way is to use ZwQuerySystemInformation, but I'm looking for better solution (e.g modules has PsLoadedModulesList, so maybe there is something similiar for threads? Or like each eprocess has ActiveProcessList, then maybe threads has something?).
2. Is it possible to get routine address of thhe thread? e.g taking it from ethread structure?
Thank you for joining.