How to hook mns.dll ?

Results 1 to 6 of 6
  1. #1
    Apprentice suzummy is offline
    MemberRank
    Mar 2011 Join Date
    24Posts

    How to hook mns.dll ?

    hello, i need know what process must include to hook mns.dll... "Load", "LoadA", or without process.
    When i try export the functios with lordpe to know the process, appears two functions: Load and LoadA..


  2. #2
    Account Upgraded | Title Enabled! OutOfMemory is offline
    MemberRank
    Aug 2013 Join Date
    272Posts

    Re: How to hook mns.dll ?

    You can use LibHook application as alternative method.

    You can check youtube there is many videos explain how to hook a dll file manually.

  3. #3
    Apprentice suzummy is offline
    MemberRank
    Mar 2011 Join Date
    24Posts

    Re: How to hook mns.dll ?

    I can hook several dll, jewel, glow, AH.. manually with olly, but only with mns.dll i have problems. :(

  4. #4
    Alpha Member 2009x2014 is offline
    MemberRank
    Dec 2009 Join Date
    2,765Posts

    Re: How to hook mns.dll ?

    Quote Originally Posted by suzummy View Post
    I can hook several dll, jewel, glow, AH.. manually with olly, but only with mns.dll i have problems. :(
    What is wrong with mns.dll?

    Hook method is simple as

    PUSH mns.dll
    LoadLibraryA
    JMP EntryPoint or another offset

    Unless you using some custom one xD

  5. #5
    Apprentice suzummy is offline
    MemberRank
    Mar 2011 Join Date
    24Posts

    Re: How to hook mns.dll ?

    yes, was my first choice when i tried to hook it, but the main have crash D:

  6. #6

    Re: How to hook mns.dll ?

    then try using programs like LibHook or StudPE i dont know..



Advertisement