![]() |
|
|
|
#1
|
||||
|
||||
|
Hi,
with all the other processes/program it works perfectly so it's something related to this particular program indeed.. Olly btw is able to attach to the program so it is doing something different. i have not used debug APIs of course, but I would avoid using them if there are other option.. In case how can I do what you suggest?
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com |
|
#2
|
|||
|
|||
|
wow, happy to reply to shub.
The pi.hThread you have is the primary thread of the process.
an idea : 1. the process (and so on, the primary thread) do CreateThread 2. In the primary thread, do ExitThread (or TerminateThread) 3. sure the pi.hThread will be inexistant ? To be sure : GetProcessIdOfThread(pi.hThread) or GetThreadID(pi.hThread) Sure you did it but have you tried ProcessExplorer from SysInternals to see more info on the progyy ? Name of the proggy to DIY ? Last edited by LaDidi; 02-21-2005 at 23:54. |
|
#3
|
||||
|
||||
|
humm good idea, indeed the program is closing itself to reopen under another process..so my handle was useless..now I open the process once I have the real window of the application.
Anyway the program is "Advanced Registry Doctor Professional" 4.1 build 5563 hxyp://www.elcor.net/ard.php it's almost finished except some details such these for side parts of the program..the program giving problems is RegBackup.exe, while instead the main program works perfectly with a loader..
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com Last edited by Shub-Nigurrath; 02-22-2005 at 02:07. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How RIOT Games employs anti cheat measures | foosaa | General Discussion | 0 | 07-18-2018 09:45 |
| Suspending Kernel Mode Threads... | omidgl | General Discussion | 10 | 01-17-2005 17:56 |