Alex A.
Alex A.
> This functionality is just an easter egg to replace the IDA logo with the IDArling logo. This is also used for the invites context menu, as mentionned in the...
We should keep this issue open to track progress on fixing it properly.
I editing the issue description for clarity. This is totally related to issue #9.
"We'll be added in IDA 7.2" - Hex-Rays support
Since all network packets are JSON objects, I don't see why dropping Python 2 support would change anything in that regard. I would advise to keep the Python 2/3 compatibility,...
I have had to make the following change to make it work on my end: ```diff diff --git a/tools/QBDIPreload/CMakeLists.txt b/tools/QBDIPreload/CMakeLists.txt index 5f24c33..a6c1f6f 100644 --- a/tools/QBDIPreload/CMakeLists.txt +++ b/tools/QBDIPreload/CMakeLists.txt @@ -2,11 +2,11...
Sorry, I haven't been maintaining this project for a long time now. You should probably use one of these alternatives instead: [libslub](https://github.com/nccgroup/libslub), [pwndbg](https://github.com/pwndbg/pwndbg/blob/dev/pwndbg/commands/slab.py), or [drgn](https://github.com/osandov/drgn/blob/main/drgn/helpers/linux/slab.py).
Same issue here. @sunu @crwood Any update on this? :)
I'm seeing the exact same thing as @sweetlie: `No source code was seen during the build.` Here is what I'm doing (building on a Linux server): ``` repo init --no-repo-verify...
@alexet I tried it on libdrm and it worked perfectly. I will do the full build now. Thanks a lot!