Fix ESIL name (#11745)

This commit is contained in:
xtrm0 2018-10-05 20:10:59 +01:00 committed by radare
parent 018af047d9
commit 0c43ff1f5b

View File

@ -3,7 +3,7 @@ ESIL
# source https://github.com/radare/radare2/wiki/ESIL
ESIL stands for 'Evaluable Strings Intermedate Language'. It aims to describe a
ESIL stands for 'Evaluable Strings Intermediate Language'. It aims to describe a
Forth-like representation for every opcode. Those representations can be
evaluated in order to emulate code. Each element of an esil expression is
separated by a comma. The VM can be described as this: