Skip to content

Commit fef978a

Browse files
committed
fixed the opcode_to_ins feature
1 parent 9710da8 commit fef978a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shellnoob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def ins_to_opcode(ins):
255255
def opcode_to_ins(opcode):
256256
_hex = opcode.replace(' ', '')
257257
obj = hex_to_obj(_hex)
258-
shell = obj_to_shell(obj)
258+
shell = obj_to_asm(obj)
259259

260260
inss = shell.split('\n')
261261
ins = 'null'

0 commit comments

Comments
 (0)