-
**What is the feature you'd like to have?**
The `Arm64PeRelocationHandler` is [currently](https://github.com/Vector35/binaryninja-api/blob/98ba687dfcc26bef50728cbcf04d6224513ac008/arch/arm64/arch_arm…
-
[This contract ](https://gist.github.com/bee344/22813374a593a978189c024babea8833) does not build without the solc optimizer.
```
Contract `PolkaGotchi.sol:Polkagochi` compiling error: polkavm lin…
-
The navbar has login/register currently which does not make sense for a logged in user to have access to.
If anything, a new button "logout" should be added either in the Navbar, or in the **user p…
-
These relocation metamarks / their respective arrow-segs have some issues, some of which have good reasons (stemming from the reading version):
There is a pipe symbol and an extra line. Tried a worka…
-
![image](https://github.com/user-attachments/assets/dbdaa75c-4385-45ad-82f1-f8726ea6494c)
objdump output:
```
2b6: c7 85 68 ff ff ff 00 mov DWORD PTR [ebp-0x98],0x0
2bd: 00 00 00
…
-
Hello while linking a bazel test that needs an spdk client I'm getting below errors during linking. Please let me know if you need extra information in debugging this further.
Env:
OL8 docker run…
-
Currently in C++, if you write a struct which uniquely owns a resource, you have to write a lot of boilerplates in order to be "correct":
```cpp
struct A {
A(A &&src) : ptr(src.ptr) {
…
-
**Version and Platform (required):**
- Binary Ninja Version: 4.2.6455 Personal, 2c8da1e
- OS: windows
- OS Version: 11
- CPU Architecture: x86_64
**Bug Description:**
Unsupported ELF relocati…
-
Hello All,
I'm getting errors like below whenever the linking happens with isal-crypto via the spdk lib. isal-crypto is built via spdk sources
Any clue / pointers on what is happening here ?
…
-
### Describe the bug
python-cryptography 41.0.0+ fails to load with "Error relocating: PyInit__openssl: symbol not found" when built with GCC LTO. This is due to interaction between GCC's LTO and Rus…