Muhui Jiang

Results 3 issues of Muhui Jiang

**Describe the bug** Ghidra does not disassemble many bytes for the test case binaries. For example, at addr `0x8ac9c`, there should be code while Ghidra will left the bytes as...

Type: Bug
Feature: Processor/ARM
Status: Triage

***Describe the bug** Qiling does not support the emulation of signal for ARM binaries **Sample Code** ```python ql = Qiling(["test_binary"], "qiling/examples/rootfs/arm_linux", output = "debug") ql.run() ``` **Expected behavior** When the...

in the file `hw/arm/luaarm.c` you write `flags |= BP_STOP_BEFORE_ACCESS;` before you insert the flags in the function `util_watchpoint_insert`. However, you didn't write `flags |= BP_STOP_BEFORE_ACCESS;` in the function `util_watchpoint_remove`, thus...