junghee
Results
2
comments of
junghee
Hi @penq123 Regarding your first question: The instructions ``` vdup.8 q0, r1 vceq.i8 q1, q1, q0 vand q1, q1, q3 vpadd.i8 d2, d2, d3 ``` are NEON SIMD instructions, which...
Hi @avncharlie Instead of `unlikely_have_symbolic_immediate`, you can use `symbolic_operand_point`: something like the following: ``` disassembly.symbolic_operand_point 0x452bd1 1 -100 "user-hint-constant" ``` `1` is the operand index. `-100` is an arbitrary negative...