Thread: DLL way

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    29

    Question DLL way

    Ive read the article about "How DLL's tick" on MSDN, and I read a couple of tutorials about DLL's, and DLL injection, but I still dont seem to understand a couple of things.

    First of all, most tutorials speak of intercepting a function within DLL injection.I don't really understand, what they mean by that.Do you mean like, alter a function, so it fits your desires?Or you can only add some code to the real function?

    Second, what can you actually do with an DLL?For example, is it possible to write a log from everything that happens for example within mIRC?Is it possible, to do whatever the main program does?

    Third, some programs give information about API's, and such.Can you use them in DLL's?

    Fourth, I've been testing DLL's in mIRC and in another program which supports custom DLL's.I started with a simple Messagebox.In both cases, it has loaded the Messagebox, and shows it on screen, but as soon as I click Ok, the program crashes, for some reason?

    Thanks

  2. #2
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465

  3. #3

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  3. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM
  4. Using class with DLL
    By greg2 in forum C++ Programming
    Replies: 2
    Last Post: 09-12-2003, 05:24 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM