View previous topic :: View next topic |
Author |
Message |
guardian635 Newbie cheater
Reputation: 0
Joined: 17 Apr 2010 Posts: 11
|
Posted: Sun Apr 18, 2010 12:09 am Post subject: i want use autoasm in BCB |
|
|
i want use autoasm in BCB
how can i do
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sun Apr 18, 2010 5:40 am Post subject: |
|
|
You could try using delphi and make the auto assembler used units in a separate project which makes a dll (assembler, symbolhandler and autoassembler) and thn call them
Or you could make a plugin in ce that exports the auto assembler routines so you can call it from VB
Or you can port the used routines routines to BCB
_________________
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 |
|
 |
guardian635 Newbie cheater
Reputation: 0
Joined: 17 Apr 2010 Posts: 11
|
Posted: Sun Apr 18, 2010 8:05 am Post subject: |
|
|
But I want to use ceautoassembler.dll in BCB,and I don;t konw how to use it.
|
|
Back to top |
|
 |
guardian635 Newbie cheater
Reputation: 0
Joined: 17 Apr 2010 Posts: 11
|
Posted: Mon Apr 19, 2010 9:10 am Post subject: |
|
|
can u reply me
|
|
Back to top |
|
 |
MrManlyMan How do I cheat?
Reputation: 0
Joined: 09 Sep 2010 Posts: 2 Location: CA
|
Posted: Thu Sep 09, 2010 11:50 am Post subject: |
|
|
Dark Byte wrote: | You could try using delphi and make the auto assembler used units in a separate project which makes a dll (assembler, symbolhandler and autoassembler) and thn call them
Or you could make a plugin in ce that exports the auto assembler routines so you can call it from VB
Or you can port the used routines routines to BCB |
Has anyone tried making a .dll out of the auto assembler units? I tried briefly and had an avalanche of dependencies...
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Sep 09, 2010 3:01 pm Post subject: |
|
|
Just add what you need, and just put what you don't need inside a $ifndef
e.g you can have the auto assembler without the need for memscan if you remove the support for aobscan
Also, you will need to write some wrappers and/or override unit so you can set the process from a dll entry point instead of using the normal method
_________________
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 |
|
 |
MrManlyMan How do I cheat?
Reputation: 0
Joined: 09 Sep 2010 Posts: 2 Location: CA
|
Posted: Fri Sep 10, 2010 10:30 am Post subject: |
|
|
Dark Byte wrote: | Just add what you need, and just put what you don't need inside a $ifndef
e.g you can have the auto assembler without the need for memscan if you remove the support for aobscan
Also, you will need to write some wrappers and/or override unit so you can set the process from a dll entry point instead of using the normal method |
Thanks, would it be best to start with the standalone project?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Sep 10, 2010 2:58 pm Post subject: |
|
|
yes, and just add what you really need and remove references to stuff you don't
_________________
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 |
|
 |
|