libelfin icon indicating copy to clipboard operation
libelfin copied to clipboard

C++11 ELF/DWARF parser

Results 46 libelfin issues
Sort by recently updated
recently updated
newest added

Is this generated by executing enum_print.py, I compared in detail the to_string generated by the built-in makefile, and it seems that this function was not found. This is the rule...

# Description Whilst experimenting with `Libelfin`, built from commit [946dde5](https://github.com/aclements/libelfin/tree/946dde57e5caef8297b9339f3a7971401d540840), we are able to induce a vulnerability in function elf::swizzle(`elf/common.hh:73`), using a harness compiled from `examples/dump-segments.cc`. A segmentation fault will...

# Description Whilst experimenting with `Libelfin`, built from commit [946dde5](https://github.com/aclements/libelfin/tree/946dde57e5caef8297b9339f3a7971401d540840), we are able to induce a vulnerability in function elf::Shdr::from(`elf/data.hh:299`), using a harness compiled from `examples/dump-segments.cc`. A segmentation fault will...

Hey there! I belong to an open source security research community, and a member (@hdthky) has found an issue, but doesn’t know the best way to disclose it. If not...

The library doesn't seem to be actively maintained anymore. Why?

fix cursor.cc reading an empty string error when compile without "-o2… ``` void cursor::string(std::string &out) { size_t size; const char *p = this->cstr(&size); out.resize(size); if (size > 0) { memmove(&out.front(),...

Using CMake will make it easier to build the library on variety of systems. You can find a working `CMakeLists.txt` file in this PR for Conan Center Index: https://github.com/conan-io/conan-center-index/pull/3283

This would be a nice library to have, but it seems MSVC isn't a supported toolchain. I'm trying to make it work myself right now, and I may submit a...

Please tag current master for a new release, so latest fixes can be included in Debian.

Fixes build warnings under recent clang: - Sym::set_binding is not const and should not be marked as such. - C++20 considers the definitions of symtab::iterator::operator==/!= to be ambiguous because they...