»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
void rc4_init(rc4_state_t* state, void* key, size_t keylen);

Initializes the RC4 state in state with the key of length keylen pointed to by key.