Slowly slowly, I started implementing DDL v3 :)

Slowly slowly, I started implementing DDL v3 :)
So if you have any features request you want to see in the new version ... it's the right time !

Comments

  1. Close to a year and half ago (mid-June 2015), you sent me a some code called "MakeObjInstanceDemo" (can send it to you if you like).
    I have been using the code a bit and just wondering if it has made it in to DDL v2? If not, this is my request. :-)

    ReplyDelete
  2. For people who might not realized, by DDL Mahdi means his excellent hooking library (github.com - MahdiSafsafi/delphi-detours-library) . BTW, Mahdi Safsafi trunk\Demo\DetoursDemo\Delphi\Objects\Demo1\Demo1.dpr references files in the wrong "src" folder :)

    ReplyDelete
  3. Mahdi Safsafi I'm wondering if modifying constants of external units is in the scope of your hooking library. For example, there is a constant value defined in the Indy library, and each time after updating my Indy repository, I have to manually modify it.

    ReplyDelete
  4. Another note, I'm planning to youse Detours in an Office addin, I guess there is no limit in such use case? I mean, an Office addin is an ActiveX server.

    ReplyDelete
  5. Nicholas Ring I'm very sorry I have totally forgot ... why you didn't say anything ! Anyway, please send me the code and I'll make it a part in this version.

    ReplyDelete
  6. Edwin Yip Modifying constants is not a hook xD So it's out of DDL scope. About ActiveX, personally I didn't try ... but I think that it will work. Please send me a demo if you success (it will be integrated with DDL demos).

    ReplyDelete
  7. Thach Ngo I can promise Lazarus support. The main problem with Linux is that I don't use it so I have no idea how memory is architectured there.

    ReplyDelete
  8. Jacek Laskowski Of course ! That's the purpose of DDL !

    ReplyDelete
  9. Mahdi Safsafi "I'm planning to use" should have been "I might need to use" :P. But I'll send you a demo if I have one :)

    ReplyDelete
  10. Mahdi Safsafi Here is a simple hooking library works on Linux. Please take a look on this. Hope this help. https://github.com/Zeex/subhook
    github.com - Zeex/subhook

    ReplyDelete

Post a Comment