Comment on An IRC Bot in Arm AssemblerComments−makmanalp12y socket_call: .long 281 connect_call: .long 283 How does one get these numbers?edit: https://github.com/wyc/armbot/blob/master/connect.s#L55−dima5512yThose are linux system call IDs: http://lxr.free-electrons.com/source/arch/arm/include/uapi/a...−makmanalp12yThanks! Reading through the linux source is always funny if nothing else:/* syscall to call a syscall! / http://lxr.free-electrons.com/source/arch/arm/include/uapi/a.../ 222 for tux */ http://lxr.free-electrons.com/source/arch/arm/include/uapi/a...
Comments
edit: https://github.com/wyc/armbot/blob/master/connect.s#L55
Those are linux system call IDs: http://lxr.free-electrons.com/source/arch/arm/include/uapi/a...
Thanks! Reading through the linux source is always funny if nothing else:
/* syscall to call a syscall! / http://lxr.free-electrons.com/source/arch/arm/include/uapi/a...
/ 222 for tux */ http://lxr.free-electrons.com/source/arch/arm/include/uapi/a...