Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #My attempt at getting the file size
  2.  
  3. _test: movl filehandle, %ebx #move filehandle (file descriptor) into ebx
  4. movl $28, %eax #fstat syscall
  5. int $0x80 # always end up with -14 in here not sure why
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement