≡
F
ile
A
rticles
E
dit
S
earch
R
un
C
ompile
D
ebug
T
ools
P
roject
O
ptions
W
indow
H
elp
R
esources
/BYTE*
2
BYTE* p =
"Hi 44.212.96.86 - please select an option: "
;
int opt,bQuit = 0; puts(p);
while (!bQuit) {
opt = getch();
switch(opt) {
/* WORK */
case '0':
Option("
Articles Index
");
break;
/* LATEST ADDITIONS */
case '1':
Option("
Analysis of Visual Studio's Trial Expiration and Module Rebasing Tricks
");
break;
case '2':
Option("
Visual Studio Offline Help Fix - Error: CAB was not signed by Microsoft
");
break;
case '3':
Option("
Shellcode Part 2: Locating KERNEL32 in ASLR memory
");
break;
case '4':
Option("
Shellcode Part 1: How to Swallow Exceptions in Win32 Assembly
");
break;
/* HISTORICAL */
case '5':
Option("
Microsoft MASM Unofficial Changelist
");
break;
case '6':
Option("
Borland Turbo Assembler Unofficial Changelist
");
break;
/* RESOURCES */
case '7':
Option("
Tools
");
break;
case '8':
Option("
Resources
");
break;
default:
bQuit = 1;
puts(
"bye."
);
}
}
1:1
Message
1
•Your browser reports:
CCBot/2.0 (https://commoncrawl.org/faq/)
•Questions or comments? Please use the
Contact Form