From 5a2424297d3452360ab4fd861e191583154c337c Mon Sep 17 00:00:00 2001 From: JoYo <> Date: Thu, 3 Feb 2022 17:35:42 -0500 Subject: [PATCH] malbolge lolz --- README.mdown | 2 ++ subdisassem/rizin_wrapper.py | 4 ++-- subdisassem/scripts.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.mdown b/README.mdown index a555718..4247d7b 100644 --- a/README.mdown +++ b/README.mdown @@ -1,3 +1,5 @@ # subdisassem - [capstone python bindings](https://github.com/capstone-engine/capstone/tree/master/bindings/python) + +- [vivisect](https://github.com/vivisect/vivisect) diff --git a/subdisassem/rizin_wrapper.py b/subdisassem/rizin_wrapper.py index 7e1427d..e3a88c4 100644 --- a/subdisassem/rizin_wrapper.py +++ b/subdisassem/rizin_wrapper.py @@ -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): diff --git a/subdisassem/scripts.py b/subdisassem/scripts.py index 9770926..c7702d9 100644 --- a/subdisassem/scripts.py +++ b/subdisassem/scripts.py @@ -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,