Fish

Results 232 comments of Fish
trafficstars

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?

> 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...