Home > Mobile >  Calling libc functions from another shared library in AT&T syntax?
Calling libc functions from another shared library in AT&T syntax?

Time:04-25

i was trying to assemble codes below to shared library via gcc.

.section .text

.global S_0x400607
.type S_0x400607, @function
S_0x400607:
push %rbp
mov %rsp,%rbp
sub $0x10,%rsp
mov            
  • Related