[SOLVED] CS /* Read from an address 4,096 bytes below the stack pointer.

$25

File Name: CS_/*_Read_from_an_address_4,096_bytes_below_the_stack_pointer..zip
File Size: 593.46 KB

5/5 - (1 vote)

/* Read from an address 4,096 bytes below the stack pointer.
The process must be terminated with -1 exit code. */

#include
#include tests/arc4.h
#include tests/cksum.h
#include tests/lib.h
#include tests/main.h

void
test_main (void)
{
asm volatile (movl -4096(%esp), %eax);
}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS /* Read from an address 4,096 bytes below the stack pointer.
$25