Results 1 to 4 of 4
  1. #1
    bennyboo123's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    112
    Reputation
    20
    Thanks
    656
    My Mood
    Dead

    Stop a program from closing while debugging?

    I'm trying to debug this program, but when I try to debug it the program closes on its own. Is there something I can do to make it so it doesn't close while debugging?

    Sorry if this is wrong section idk where I could post this.

  2. #2
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    Well, it depends how the Program finds out a Debugger is attached.
    There are several methods for it.
    The most used one is to call the Windows API Function IsDebuggerPresent
    if you Hook it and returns 0 everytime, it may already works.

  3. #3
    GloryGuy's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    3
    My Mood
    Cool
    Need a log

  4. #4
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Most debuggers include a plugin to bypass the basic checks. You could just scan the game for any calls to ExitProcess, and try to figure out what it uses to detect the debugger.
    Ah we-a blaze the fyah, make it bun dem!

Similar Threads

  1. How to make VB.NET download a program from the net?
    By Stephen in forum Visual Basic Programming
    Replies: 4
    Last Post: 03-05-2010, 02:22 AM
  2. [Solved]Program just closes
    By Blubb1337 in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-26-2010, 10:59 AM
  3. My sig from a while back.
    By ShadowWrath in forum Showroom
    Replies: 11
    Last Post: 10-15-2009, 03:54 PM
  4. [TuT]Preventing your Program from Closing
    By Iamazn in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-09-2009, 06:10 PM
  5. MPGH Public, Stops My CA From Working
    By Zakkeh in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 12-23-2008, 06:56 AM