C++ Decompilation Tricks
How decompilers do stuff
char rax_3 = *std::vector<uint8_t>::operator[](&vector, sx.q(j))
*std::vector<uint8_t>::operator[](&vector, sx.q(j)) = *std::string::operator[](arg1, other: j) ^ rax_3std::vector<uint8_t>::operator[](&vector, sx.q(j))vector[j]Decompilation
Meaning
Parameter(s)
Last updated
Was this helpful?