| View previous topic :: View next topic |
| Author |
Message |
ej52 Cheater
Reputation: 0
Joined: 29 Mar 2011 Posts: 39 Location: Mother City
|
Posted: Tue Apr 12, 2011 3:52 pm Post subject: |
|
|
@Wiccaan thx, but ive already looked at tht method and theres just
to many calls 2 unmanged code in tht solution for my liking.
My library only uses 4 unmanaged methods and the rest is coded in .Net
I am still going 2 code a parser for my library 2 make it even easier to
use ... eg.
| Code: |
mem.Mov(mReg.ECX, new mAddr(mReg.ESI, 0x4C));
|
Would just be called like this ...
| Code: |
mem.Asm("mov ecx,[esi+4c]");
|
.
_________________
Hitler dNt HiDe WaT mOtHa NaTurE pRoViDe ...  |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Tue Apr 12, 2011 5:25 pm Post subject: |
|
|
Yeah, just tossing it in there to show there are other methods of doing it as well.
_________________
- Retired. |
|
| Back to top |
|
 |
FLiNG Newbie cheater
Reputation: 0
Joined: 09 Apr 2011 Posts: 19
|
Posted: Tue Apr 12, 2011 6:30 pm Post subject: |
|
|
Hi, I have a question, how do you find the base address of the main module?
For example, ACBSP.exe+10571F0, I don't know how to find the base address of ACBSP.exe using C#, can you help, please?
Also, thanks for your tut. It's great.
|
|
| Back to top |
|
 |
Innovation Grandmaster Cheater
Reputation: 12
Joined: 14 Aug 2008 Posts: 617
|
Posted: Tue Apr 12, 2011 6:59 pm Post subject: |
|
|
| ETNWind wrote: | Hi, I have a question, how do you find the base address of the main module?
For example, ACBSP.exe+10571F0, I don't know how to find the base address of ACBSP.exe using C#, can you help, please?
Also, thanks for your tut. It's great. |
System.Diagnostics.Process.MainModule.BaseAddress
|
|
| Back to top |
|
 |
FLiNG Newbie cheater
Reputation: 0
Joined: 09 Apr 2011 Posts: 19
|
Posted: Tue Apr 12, 2011 8:00 pm Post subject: |
|
|
| Thanks Innovation, you're right, after several hours of searching on Google, finally it works.
|
|
| Back to top |
|
 |
dinerop How do I cheat?
Reputation: 0
Joined: 17 Apr 2011 Posts: 1
|
Posted: Sun Apr 17, 2011 8:28 am Post subject: |
|
|
Awesome work ej52!!
I am kind of new to CE and C#, but to see how easy it could be to translate
AA to C# is just great.
Cant wait to see a release
|
|
| Back to top |
|
 |
ej52 Cheater
Reputation: 0
Joined: 29 Mar 2011 Posts: 39 Location: Mother City
|
Posted: Sun Apr 17, 2011 3:23 pm Post subject: |
|
|
Thx dinerop
Good to see there are some peeps interested in it
I must admit i am having second thoughts on releasing this library
as it really makes it 2 easy for anyone 2 create quality trainers
in any .Net language without much knowledge at all
The library is nearly done though, just finishing up a few methods
I will be creating a site for this library with documentation and
example usage, which will hopefully be up by the end of the month.
I will make a post on this forum to inform everyone once its done
Regards
Ej52
_________________
Hitler dNt HiDe WaT mOtHa NaTurE pRoViDe ...  |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
ReversalApprentice How do I cheat?
Reputation: 0
Joined: 14 May 2011 Posts: 4
|
Posted: Mon May 23, 2011 8:55 pm Post subject: |
|
|
| This sounds like the coolest thing ever, I'm sad to see the thread hasn't been updated in over a month though.
|
|
| Back to top |
|
 |
ej52 Cheater
Reputation: 0
Joined: 29 Mar 2011 Posts: 39 Location: Mother City
|
Posted: Mon May 30, 2011 6:16 pm Post subject: |
|
|
@ReversalApprentice
I have been busy with other projects the past month but will be working on
the opcode library again this month and hopefully release it soon
_________________
Hitler dNt HiDe WaT mOtHa NaTurE pRoViDe ...  |
|
| Back to top |
|
 |
FrostStudios How do I cheat?
Reputation: 0
Joined: 11 Nov 2016 Posts: 5 Location: Germany
|
Posted: Fri Nov 11, 2016 6:58 am Post subject: Final release? |
|
|
Any updates on this yet?
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
|