File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/libtriton/bindings/python/namespaces Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2551,6 +2551,8 @@ namespace triton {
25512551 xPyDict_SetItemString (x86OpcodesDict, " RET" , PyLong_FromUint32 (triton::arch::x86::ID_INS_RET));
25522552 xPyDict_SetItemString (x86OpcodesDict, " ENCLS" , PyLong_FromUint32 (triton::arch::x86::ID_INS_ENCLS));
25532553 xPyDict_SetItemString (x86OpcodesDict, " ENCLU" , PyLong_FromUint32 (triton::arch::x86::ID_INS_ENCLU));
2554+ xPyDict_SetItemString (x86OpcodesDict, " ENDBR32" , PyLong_FromUint32 (triton::arch::x86::ID_INS_ENDBR32));
2555+ xPyDict_SetItemString (x86OpcodesDict, " ENDBR64" , PyLong_FromUint32 (triton::arch::x86::ID_INS_ENDBR64));
25542556 xPyDict_SetItemString (x86OpcodesDict, " ENTER" , PyLong_FromUint32 (triton::arch::x86::ID_INS_ENTER));
25552557 xPyDict_SetItemString (x86OpcodesDict, " EXTRACTPS" , PyLong_FromUint32 (triton::arch::x86::ID_INS_EXTRACTPS));
25562558 xPyDict_SetItemString (x86OpcodesDict, " EXTRQ" , PyLong_FromUint32 (triton::arch::x86::ID_INS_EXTRQ));
You can’t perform that action at this time.
0 commit comments