-
Initializing metadata...
Metadata Version: 23
Initializing il2cpp file...
Applying relocations...
WARNING: find .init_proc
ERROR: This file may be protected.
Il2Cpp Version: 23
Searching...
Co…
-
I follows the guide to build riscv-gnu-toolchain first. then build riscv-tools on CentOS7.8.
Everything looks fine.
```c
#include
int main() {
printf("hello world\n");
return 0;
}
…
-
Presumably, an ILP32-on-RV64 ABI would use ELF32, so the ELF class no longer unambiguously equals XLEN.
This isn't an issue for x86-64's x32 ABI: since x86-64 uses a different ELF machine code than…
-
- OpenCV => 3.2
- Operating System / Platform => Ubuntu 16.04 64 Bit
- Compiler => gcc 5.4
Hello Guys, I am in the process to build OpenCV with CUDA Support and I have stocked for a few days mo…
-
I'm using the latest git version of pyelftools with python 3.8.
`pyelftools` misses CUs that `objdump` can display when dumping DWARF info from MUSL libc.
The ELF64 binary I'm analyzing can be f…
-
I am running OS X version 10.11.6. I get the following error when linking the example.
$ ld -arch x86_64 -macosx_version_min 10.6 -o hello64 hello64_m.o /usr/lib/crt1.o /usr/lib/libc.dylib
ld: ill…
-
Today:
> dart -disassemble foo.dart
provides a convenient way to view disassembled code, but only for JIT mode.
AFAIK, you need a checked SDK to view AOT disassembled code (which is more usef…
-
### Problem
Cross compile **Aarch64** application libraries that have dependencies on boost libraries (using bincrafters boost*/1.69.0) results in the correct ELF file format for the application libr…
-
## Overview
**NOT ACCURATE. SEE [THIS](https://github.com/mjhouse/deaf/issues/26#issuecomment-1721111600) COMMENT FOR MORE.**
A hash table section is used to very quickly find a symbol by it's n…
-
Trying to build a kpatch when CONFIG_FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY is set results in a complaint from create-diff-object that the "function ... has no fentry/mcount call, unable to patch"…