Skip to content

Instantly share code, notes, and snippets.

@Marc-Aldorasi-Imprivata
Last active June 15, 2017 20:34
Show Gist options
  • Select an option

  • Save Marc-Aldorasi-Imprivata/046a1407872bfaf5780f9abe3efaf60e to your computer and use it in GitHub Desktop.

Select an option

Save Marc-Aldorasi-Imprivata/046a1407872bfaf5780f9abe3efaf60e to your computer and use it in GitHub Desktop.
Crashing C++ code
int main()
{
volatile int *i=0;
*i=0;
}
This file has been truncated, but you can view the full file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment