[Win32] Remotely execute functions of a D program

Sean Kelly sean at invisibleduck.org
Fri Sep 14 11:35:59 PDT 2012


On Sep 14, 2012, at 10:34 AM, alex <info at alexanderbothe.com> wrote:

> 1) So to anyone who's got richer experiences in programming assembler and hacking/'debugging' programs than I - how would you do it?
> 2) And why can't I inject a D DLL right into the program? I tried it with a C DLL, it's working with that one, but then I don't have access to D-specific functions..
> Looking at that, would it make a difference to use dmc to build/link a dll as a D/C++ hybrid or something?

You might want to check the madCodeHook library.  It works well, and there's a version that includes source code.  Though now that I check the site, it doesn't look like you can get the source-included one for free any more.


More information about the Digitalmars-d mailing list