Charles Ferguson

Results 8 issues of Charles Ferguson

Hiya, I've created a new kernel for a pair of 'languages' that I want to use. I want to use variable inspector with these new languages, but the only way...

help wanted

## Summary I've just had my CI update to the recently released 5.0.1 and many of my tests have failed. One of the reasons is that the operand structure for...

Following on from https://github.com/capstone-engine/capstone/issues/2145... > @gerph I know you are aware of it, but as a general note: Because Python2 is EOL we removed the CI code for it as...

bug
python
build & packaging

The 'bash_prompt' function was not preserving the return code between calls to it. If other PROMPT_COMMAND executions were to rely on the return code - say, to change the value...

# Summary Installing Unicorn for Python 2.7 fails when installing with Python 2.7 when the tar.gz is used. This will happen on any platform which does not already have a...

### Work environment | Questions | Answers |------------------------------------------|-------------------- | System Capstone runs on OS/arch/bits | MacOS x86 | Capstone module affected | arm | Source of Capstone | pip install...

bug
ARM

# Problem Hooks can be set at any time. However, If the hooks are set after code has been executed within their region, they are not honoured. The failure case...

The ObjDump lexer was suitable for processing x64 code, but didn't do very well when handling AArch64 (or ARM, for that matter). In GNU binutils' objdump the format differs from...