Skip to content

Instantly share code, notes, and snippets.

@shba24
Created July 6, 2014 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shba24/5eda9594311d4036269e to your computer and use it in GitHub Desktop.
Save shba24/5eda9594311d4036269e to your computer and use it in GitHub Desktop.
Monitor Clear - Pwnium CTF 2014 - [Kernel Land]
void monitor_clear()
{
for(int a=0;a<80;a++)
{
b = a%256;
for(c=b;c<25;c++)
{
monitor_put_char_at(a,c,32);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment