DbgAttachDebugger() public static method

public static DbgAttachDebugger ( ) : void
return void
Ejemplo n.º 1
0
 /// <summary>
 /// RIP relocation is disabled by default. If you want to enable it,
 /// just call this method which will attach a debugger to the current
 /// process. There may be circumstances under which this might fail
 /// and this is why it is not done by default. On 32-Bit system this
 /// method will always succeed and do nothing...
 /// </summary>
 public static void EnableRIPRelocation()
 {
     NativeAPI.DbgAttachDebugger();
 }