»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
ssize_t sendfile(int outFd, int inFd, size_t* offset, size_t count);

Sends count bytes from the file inFd to the socket outFd. If offset is provided, first seeks to the location provided relative to the start of the file. Returns the number of bytes sent, or the negation of the error code on error.

See also