Seva Alekseyev (he/him)
Seva Alekseyev (he/him)
.o files are superficially ELF (with `e_type` set to `ET_REL`), but unlike executables and shared libraries, they are allowed to contain multiple sections with the same name. With that in...
Fat static libraries are: fat Mach-O header, but each slice is an .a archive.
The binary has no DWARF, but has a bunch of links to .o files in symtab/linkedit, you are expected to follow them and effectively perform linker's job. What's the symtab...
#57 .idata section at RVA 0x1B4000, raw data at 0x124200 Entry for kernel32: Ordinal table at RVA 1B43C4 (3C4 within section) Import address table at RVA D21C0 - outside of...
With slice selection. Extraction of DWARF from .o files is broken in `pyelftools` (even in the master), in regard to multiple DWARF sections per file. Can .o files inside Mac...
In my Cpanel site, there is a domain. Let's call it `example.com`. The hosting infrastructure creates a bunch of artificial hostnames underneath it: - autodiscover.example.com - cpanel.example.com - And 5...
My Cpanel based hosting setup has a feature that for every second level domain there is a set of autogenerated third level domains. E. g. if my domain is `example.com`,...
Running VSCode 1.97.2 on Windows 10 x64. The project is a C++ one targeting Linux, x64. The launch settings go: ``` { "type": "gdb", "request": "attach", "name": "Attach to gdbserver",...
Closes #35 Need to release after this - the version currently on PyPI doesn't install on 3.14.