| View previous topic :: View next topic |
| Author |
Message |
avilo How do I cheat?
Reputation: 0
Joined: 17 Aug 2010 Posts: 5
|
Posted: Thu Aug 19, 2010 6:57 am Post subject: C++ How to access and read a listbox of another application |
|
|
Hi,
I have noticed that I can't copy&paste from the tracer windows in CE what is very bad.
Anybody that has the code to access this windows and its listbox to grab the items/text ?
Thank you.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25949 Location: The netherlands
|
Posted: Fri Aug 20, 2010 8:12 am Post subject: |
|
|
it's easier to just get the sourcecode of ce and add it in yourself. Including the time it takes to learn object pascal
that's because the listbox only contains the eip and disassembly of the code it went through, not the other registers
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
avilo How do I cheat?
Reputation: 0
Joined: 17 Aug 2010 Posts: 5
|
Posted: Sun Aug 22, 2010 6:24 am Post subject: |
|
|
Unfortunately I'm not that familar with C++ that I can do that all on my own. Tried google to find something, but until now not found any worthy. So still look for a few examples. But thanks for the hint of the right direction. Reading already.
@Darkbyte
I 'm pretty sure to play with the CE sourcecode is over my limits
Would it be a problem to have copy&paste allowed next version? Or is this to time intensive?
|
|
| Back to top |
|
 |
XaLeX Expert Cheater
Reputation: 0
Joined: 19 Aug 2008 Posts: 226
|
Posted: Sun Aug 22, 2010 7:01 am Post subject: |
|
|
| avilo wrote: | I 'm pretty sure to play with the CE sourcecode is over my limits  | it's really easy.. the program is already there, working and compilable.
If you enjoy learning new stuff, some hours (2 or 3 to learn delphi syntax plus 0~infinity depending on your general (language independent) programming knowledge) will get the trick done. Else, somebody with 30 mins or less to spare will write down some code for you.
|
|
| Back to top |
|
 |
avilo How do I cheat?
Reputation: 0
Joined: 17 Aug 2010 Posts: 5
|
Posted: Mon Aug 23, 2010 8:29 am Post subject: |
|
|
I prefer the 2nd option, since I wont start with Delphi and all it's stuff what comes with this. I mean I like to learn and can addept things very quick, but at one point I like to go the quick and easy.
Would be lucky to have some tool that can manipulate other programm windows already in the way I wish. But so far haven't found a tool.
Just want to take 1000 lines and compare with another trace and see whether both traces went the same way at all.
Let's see whether there is someone with a snippet what is doing what I'm looking for in C++ so I can modify and use it for the Trace Windows of CE.
bye
|
|
| Back to top |
|
 |
|