-
**Describe the bug**
Running statically linked musl libraries on nixos will fault in early runtime initialization. There appear to be multiple issues, first is that linking on nixos when `PIE` or `…
-
**Describe the bug**
Bindiff is unable to process statically linked binaries exported by Ghidra with BinExport.
I have not tried BinExport with IDA.
**To Reproduce**
Steps to reproduce the…
-
I tried this code:
Within the base crate, the [`#[divan::bench]`](https://docs.rs/divan/latest/divan/attr.bench.html) macro is used for benchmarking crate internals. Its generated code translates …
-
For Genode base components, we shun static constructors and `__attribute__(constructor))` functions, yet we repeatedly faced issues with these *features* inn the past (#2421, #2332) and recently (#348…
-
# Migration to ROS 2
## Target versions:
Mainly LTS version of ROS 2
- Priority to humble
- Jazzy
- Rolling ?
## Known issues
- Problem with the `--march=native` compiler. We think abou…
-
Attaching to services/processes with dynamorio only works if the target process loads the user32.dll.
We should write a little tool/script that modifies Windows executables to add a dependency for …
-
#1390 added support for fully statically linked Haskell binaries. As of that implementation users need to configure the GHC toolchain for fully static linking by setting `static_runtime = True` and `f…
-
I would like to use the Socket.IO-Client.Swift in our project. We are building a single binary command-line application, using mostly Objective-C.
I have added the Socket.IO-Client.Swift 14.0.0 to…
-
Hi, I was hoping to use the ARMv6 cloudflared binary in a Ubuntu Docker container, but when I execute the binary I get the error "No such file or directory"
To resolve it, I had to install the foll…
-
## Current situation
- Many Go packages in nixpkgs set `ldflags = [ "-s" "-w" ];`
- [nix-init](https://github.com/nix-community/nix-init) sets `ldflags = [ "-s" "-w" ];` for Go packages
- stdenv …