malbolge lolz

master
JoYo 2022-02-03 17:35:42 -05:00
parent fbb437a809
commit 5a2424297d
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
# subdisassem
- [capstone python bindings](https://github.com/capstone-engine/capstone/tree/master/bindings/python)
- [vivisect](https://github.com/vivisect/vivisect)

View File

@ -322,8 +322,8 @@ class m680x_32(_RizinBase):
arch_cmds = ["e asm.arch=m680x", "e asm.bits=32"]
class malbolge(_RizinBase):
arch_cmds = ["e asm.arch=malbolge", "e asm.bits=32"]
# class malbolge(_RizinBase):
# arch_cmds = ["e asm.arch=malbolge", "e asm.bits=32"]
class mcore(_RizinBase):

View File

@ -156,7 +156,7 @@ def subdisassem_script():
rizin_wrapper.m68k,
rizin_wrapper.m680x_8,
rizin_wrapper.m680x_32,
rizin_wrapper.malbolge,
# rizin_wrapper.malbolge,
rizin_wrapper.mcore,
rizin_wrapper.mcs96,
rizin_wrapper.mips_16,