View difference between Paste ID: NKuZ3FLg and 2zKLdbXp
SHOW: | | - or go back to the newest paste.
1-
void Function(void)
1+
2
{
3-
	MessageBoxA(0, "Leet hacks!", "Leet hacks!", 0);
3+
4-
}
4+
5-
5+
6
		pushad ;store registers
7
		jz _SkipFunction
8
		call Function
9
	__SkipFunction:
10
		popad ;restore registers
11
		popfd ;restore flags
12
		jnz 0x0042E280
13
	}
14
}