-
We need an ELF binary file parser in Lean, specifically for an Arm (Aarch64) machine, so that we can read in the program, data, and other relevant sections, and render them into a form suitable for us…
-
When going through the [quickstart guide](https://microsoft.github.io/sca-fuzzer/quick-start/#baseline-experiment), I run the following commands:
```bash
python3.9 -m pip install virtualenv
python3.9…
-
Parse ELF file.
See
- https://github.com/torvalds/linux/blob/master/include/uapi/linux/elf.h
- https://en.wikipedia.org/wiki/Executable_and_Linkable_Format
-
Pdb & elf both follow the DWARF format, so is it possible to support ELF files?
-
In GitLab by @almogh52 on Mar 25, 2020, 17:53
null
-
I get this error when I try to dump a partition:
```
./esp32_image_parser.py create_elf flash.bin -partition app0 -output app0.elf
Dumping partition 'app0' to app0_out.bin
Traceback (most recent…
-
As suggested by @Freax13 in [PR 467](https://github.com/coconut-svsm/svsm/pull/467), the following fixes and clean-ups need to be done.
- [ ] In the current ELF parser implementation, `verify_phdr`…
-
Sounds good.
Seeing a segmentation fault in small_vector.hh when performing the push_back at line 167. This is creating issues at the ELF parser level.
In expr.cc, line 42:
stack.reserve(argu…
-
**Is your feature request related to a problem? Please describe.**
Relocation types are currently given as integer codes. To interpret these, one must look up the ELF ABI supplement for the relevan…
-
The puzzle `9-94319f6c` from #9 has to be resolved:
https://github.com/BESM-Consortium/BESM-666/blob/63bcada27d77e3a197d40738db03bd3152c7babe/src/util/elf-parser.cpp#L66-L66
The puzzle was created …