Tuesday, March 24, 2009

Back from the dead

Come say hi to us in #ipa

__asm__("MOV R0, #31");
__asm__("MOV R1, #0");
__asm__("MOV R2, #0");
__asm__("MOV R3, #0");
__asm__("MOV IP, #26");
__asm__("SWI 0x80");

Wednesday, February 4, 2009

Crackulous?

Apparently front-ends these days get a lot of attention. No improvements or modifications to their script that hinder protection methods. :)

Tuesday, December 2, 2008

fun with ptrace

sys/types.h
sys/ptrace.h
unistad.h

if (fork() == 0) {
if (ptrace(PT_ATTACH, getppid(), (caddr_t)0, 0) == -1) {
printf("Debugger found!\n");
//alert!
} else {
ptrace(PT_CONTINUE, getppid(), (caddr_t)1, 0);
//continue on
}




Thursday, November 20, 2008

created

Because Blogs are cool.