struce2
Results
2
issues of
struce2
os: mac os 10.15.7 python: 3.8.2 with pip install keystone-engine code ```python from keystone import * CODE = '\\x41\\x4a' ks = Ks(KS_ARCH_X86, KS_MODE_32) encoding, count = ks.asm(CODE) ``` ks.asm will...
bug
Analysis Class ```java class Demo { interface abc { String Run(String s); } class abcImpl1 implements abc { public String Run(String s) { System.out.println("abcImpl1"); return s; } } class abcImpl2...
bug