»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int fgetc(FILE* fp);

Reads the next byte from the file stream fp. If the current position was at the end of the file, EOF is returned.

See also