Announcement

Collapse
No announcement yet.

Debugging DLL's - Inline Hook Api

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Debugging DLL's - Inline Hook Api

    I noticed Inline Hook Api in the source code forum, thinking it may be a was a possible way to debug a DLL that I did not write.

    Sad to say, my hopes were dashed, either because I did not get it (and I do not get it, except a messagebox saying I hooked or unhooked, and nothing to show me anything that I noticed)

    Has anyone tried it? or know what it is supposed to do? (Poster only posted code, and no description from what I can see??????)
    Engineer's Motto: If it aint broke take it apart and fix it

    "If at 1st you don't succeed... call it version 1.0"

    "Half of Programming is coding"....."The other 90% is DEBUGGING"

    "Document my code????" .... "WHYYY??? do you think they call it CODE? "

  • #2
    Cliff, that's a small disassembler tool. I did not notice it before, but as far as I can see from the running code after correcting some small syntax bugs, it hooks into a DLL module function and disassembles it. Could be useful to find out the syntax of DLL function parameters of non exported functions.
    I just added it to one of my existing programs but have to end now, because we have 23:30.
    Norbert Doerre

    Comment

    Working...
    X