brendabrandy
Results
2
comments of
brendabrandy
Thanks! I tried it on a simpler multi-line assembly file and it worked! However, when I try to compile the following: ``` CODE2 = b".file \"hello.c\";.section .rodata;.LC0:;.string \"Hello World!\";.text;.globl main;.type...
``` CODE2 = b".file \"hello.c\";.section .rodata;.LC0:;.string \"Hello World!\"" try: # Initialize engine in 32-bit ARM ks = Ks(KS_ARCH_ARM, KS_MODE_ARM + KS_MODE_BIG_ENDIAN) encoding, count = ks.asm(CODE2) print("%s = %s (number of...