»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
uint8_t rc4_output(rc4_state_t* state);

Returns the next byte of the RC4 key stream. The state structure can be initialized with the rc4_init function.