Fish
Fish
Can you convert them into using binaries?
CFGFast for RISC-V is showing AttributeError: 'NoneType' object has no attribute 'CALLER_SAVED_REGS'
Is there a binary that you can share?
It’s a bug. Do you have a binary for us to reproduce it?
I would support this change if libclang achieves feature parity with pycparser and CppHeaderParser. IMO libclang is stricter than anything else?
libclang is a pain to use; I'm switching to [cxxheaderparser](https://github.com/robotpy/cxxheaderparser).
@twizmwazin I'm having a lot of trouble in using libclang to parse demangled C++ function declarations. It seems to me that libclang is a non-forgiving parser, which does not fit...
angr decompiler has a lot of places where they expect the architecture to be either 32-bit or 64-bit. Did you not have to change them?
Can we add these linting rules in separate PRs, one at a time?
What is the rationale behind these changes?
> One of the ways I would like to do that is to make backends a private interface within claripy I don't think I agree with this change - we...