Is there any study or opensource about AI which is able to do reverse engineering?
For example, we can convert this assembly add eax, 1 to eax++
add eax, 1
eax++