On Sep 14, 2012, at 10:34 AM, alex <[email protected]> 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.
