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

Encrypts or decrypts len bytes pointed to by data. The state structure can be initialized with the rc4_init function.