xsscx / macos-research

Welcome to Hoyt's macOS Fuzzing & Code Repo. Contribute Code or Open an Issue or Discussion.
https://srd.cx
GNU General Public License v3.0
38 stars 2 forks source link

IF you are seeing these messages from DEBUGGER_TARGET_START Code | Crashes with Process couldn't reach, hang, crash....... #1

Closed xsscx closed 10 months ago

xsscx commented 10 months ago

Runtime Errors

Are you seeing error from the DEBUGGER_TARGET_START Code and Crashes with Process... [reason]

if (status != DEBUGGER_TARGET_START) {
      switch (status) {
      case DEBUGGER_CRASHED:
        FATAL("Process crashed before reaching the target method\n");
        break;
      case DEBUGGER_HANGED:
        FATAL("Process hanged before reaching the target method\n");
        break;
      case DEBUGGER_PROCESS_EXIT:
        FATAL("Process exited before reaching the target method\n");
        break;
      default:
        FATAL("An unknown problem occured before reaching the target method\n");
        break;
      }
    }

Runtime Example

You've been running the Example Code from Google, or my Examples in this Repo, and you're seeing something like: