CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Thread: Nop's

  1. #1
    Join Date
    Jul 2007
    Posts
    9

    Nop's

    Could anyone tell me how to check if an address is nopped?
    I want it if it's nopped to show a msg box saying "nopped!" and if it isn't nopped i want it to say "not nopped."

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Nop's


  3. #3
    Join Date
    Jul 2007
    Posts
    9

    Re: Nop's

    I don't want to nop an address...
    i want to check if the address is nopped or not.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Nop's

    Please, answer the questions Paul McKenzie asked in the previous "nop" thread: http://www.codeguru.com/forum/showt...0&highlight=nop
    Victor Nijegorodov

  5. #5
    Join Date
    Jul 2007
    Posts
    9

    Re: Nop's

    Dude, i don't wanna hack anything, i wanna check if the adress is nopped, and if it's nopped i will let it terminate process.

  6. #6
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Nop's

    Quote Originally Posted by VictorN
    Please, answer the questions Paul McKenzie asked in the previous "nop" thread: http://www.codeguru.com/forum/showt...0&highlight=nop
    Hey Victor, that link is a nop.

  7. #7
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Nop's

    Quote Originally Posted by brietje698
    Dude, i don't wanna hack anything, i wanna check if the adress is nopped, and if it's nopped i will let it terminate process.
    Maybe you don't want to hack anything, but what is so magical or important about this particular address?

    I would think that a true hacker would have found other exploits, and not try something that they know is "well-known" to be protected by anti-hack code.

    I'm curious, since again, why this and only this particular address makes it worthy to test for nop?

    Regards,

    Paul McKenzie

  8. #8
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Nop's

    So, brietje698 is the same person as yoni1993 ??

    Then here's another one of yoni1993's posts, where he tries to get hacking help, apparently by injecting nop's into code to bypass registration dialogs: "Edite Box Confusion" at http://www.codeguru.com/forum/showthread.php?t=428784

    And to think that I tried to help him in a few socket questions ....

    Mike

  9. #9
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Nop's

    Quote Originally Posted by MikeAThon
    So, brietje698 is the same person as yoni1993 ??


    Mike
    Sure looks like it. Kind of entertaining the way brietje698 is chastising yoni1993.

    http://www.codeguru.com/forum/showthread.php?t=429806
    Last edited by GCDEF; July 25th, 2007 at 08:47 PM.

  10. #10
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Nop's

    Yes, it is a bit entertaining. See the reply I just posted there.

    Mike

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