Riccardo Mori
Riccardo Mori
Actually it seems that you can link dynamically `libstdc++` See PEP-599 point 2 of the `manylinux2014` section [here](https://peps.python.org/pep-0599/#the-manylinux2014-policy)
Why do we want to enforce the limits by hardcoding the values? Isn't it better to let the users adjust those values to their specific needs?
I'm voting for the IDA command line option, leaving the current default values when not specified. It keeps it consistent with the other options already present (like `OBinExportAlsoLogToStdErr` or `OBinExportAutoAction`)...
I think the best solution would be to create a private quarkslab owned github repository. It integrates very well with github checkout action and we can avoid having to encrypt...
For python 3.12 as you said we need to wait for the capstone pip package to come out. ~~Un~~fortunately python 3.12 broke so many things that it is still not...
An example of a relevant PR that added support for MIPS and PPC https://github.com/quarkslab/quokka/pull/12 The new architectures are not completely fitting in the current architecture handling mechanism
Sorry about that. I indeed attached the wrong file! I was experimenting with virtual classes and I messed up the files. In any case if you try to compile the...
@D0ntPanic thanks for adding the `BinaryView::GetRelocationsAt` API but as it is right now it suffers from an implementation issue that should be fixed in #4866
Sorry for the delay but I have been busy recently. There are few points that I would like to address: - Both `bv.relocation_ranges` and `bv.relocation_ranges_at` don't give a `Relocation` object,...