CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2005
    Location
    Netherlands, The
    Posts
    2,184

    making advapi32.dll patch

    hi i want to patch advapi32.dll, so that processes no longer can have private privileges.

    i have no idea what lines to patch and what not.

    i have used PE explorer to find the addresses off the security functions.
    then i looked at the adress in a dissasmbler.

    but i really need help with the rest, im not so good in ASM.
    can anyone recommened by a disasmbler wich can also assemble, im using now ollydbg.

    thanks.

  2. #2
    Join Date
    Nov 2004
    Posts
    34

    Re: making advapi32.dll patch

    olly can assemble.

    I'm not sure what you are trying to do is legal.

  3. #3
    Join Date
    May 2005
    Location
    Estonia
    Posts
    235

    Re: making advapi32.dll patch

    Its very far from legal.

    Open any Windows window and choose: Help->About Windows.
    You will find there EULA as link.
    Click on it and read it carefully.

    5. LIMITATION ON REVERSE ENGINEERING,
    DECOMPILATION, AND DISASSEMBLY. You may
    not reverse engineer, decompile, or disassemble the
    Product
    , except and only to the extent that it is expressly
    permitted by applicable law notwithstanding this
    limitation.


    Thats all. Problem solved.
    There are many cracking sites with forums that are more suitable for such questions [at your own risk.]
    Last edited by BytePtr; April 5th, 2007 at 08:30 AM.
    Rate my post if i it was useful!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured