nsurbay

Results 29 comments of nsurbay

Hello, Thank for using QBDI. For your problem with ``init_array``, it more an issue with LIEF or ELF file than QBDI. In an ELF file, all contructors must be declared...

This issue seems to be solve. If you have any new issue, feel free to open an new issue.

Hello, To verify if the file exist, the binding try to open the library file with ``File(cpath, "rb");`` [here](https://github.com/QBDI/QBDI/blob/dev-next/tools/frida-qbdi.js#L59). I recommand to run a single script to verify that frida...

With no update, I will closed this issue. If you have any new issue, feel free to open an new issue.

I have a simillar issue on Linux, where pybind11 use the classic mode when ``PYBIND11_FINDPYTHON`` is not set and after a ``find_package(Python 3.12 EXACT REQUIRED COMPONENTS ...)`` and finally link...

Hello, Thanks for the issue. Can you try to compile and run QBDI with the debug log ? To enable the debug log, you can add ``-DQBDI_LOG_DEBUG=ON`` before compiled QBDI,...

Hello, Thank for using PyQBDI. A limitation of QBDI is that the libc is shared between your instrumentation code (here in Python) and the target of the instrumentation. However, some...

After checking the git history, your version (PyQBDI 0.11.0) should not have 1f2db66f11e704ce143388f7971c763011854fb8. If your libc start with ``libc.so.``, the issue should be solve in the next version of QBDI.

Hello, I'm not very familiar with macOS APIs, so I will not be able to help you on the exception handling problem. While it may be an issue, I don't...

I'm not sure to understand well your problem, how you perform your settings and the script that you use. We usually don't recommend to trace only a part of a...