View previous topic :: View next topic |
Author |
Message |
broly7 Advanced Cheater
Reputation: 0
Joined: 13 Aug 2015 Posts: 60
|
Posted: Sun Nov 08, 2015 4:58 am Post subject: Breakpoint at Launch, Possible? |
|
|
Hello, my question is.
Is CE able to Createprocess, and breakpoint or stop threads at EntryPoint?
There's an application that executes some function at the beginning (not even window created), so i need to break before this happens.
Thanks in advance.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25712 Location: The netherlands
|
Posted: Sun Nov 08, 2015 5:45 am Post subject: |
|
|
Code: |
createProcess(path, parameters OPTIONAL, debug OPTIONAL, breakonentrypoint OPTIONAL) : Creates a process. If debug is true it will be created using the windows debugger and if breakonentry is true it will cause a breakpoint to occur on entrypoint
|
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
broly7 Advanced Cheater
Reputation: 0
Joined: 13 Aug 2015 Posts: 60
|
Posted: Sun Nov 08, 2015 5:52 am Post subject: |
|
|
Dark Byte wrote: | Code: |
createProcess(path, parameters OPTIONAL, debug OPTIONAL, breakonentrypoint OPTIONAL) : Creates a process. If debug is true it will be created using the windows debugger and if breakonentry is true it will cause a breakpoint to occur on entrypoint
|
|
Solved, much love Darkbyte.
This happens for not reading the CE API. my bad.
|
|
Back to top |
|
 |
|