-
| | |
|--------------------|----|
| Bugzilla Link | [PR43419](https://bugs.llvm.org/show_bug.cgi?id=43419) |
| Status | NEW |
| Importance | P enhancemen…
-
For people like me who would like to give VARI a go and see what it does, it would be great if there was a binary that has boost and all the other 3rd party dependencies statically linked.
That w…
-
# 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…
-
**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 …
nvzqz updated
35 minutes ago
-
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…
-
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…