-
### Describe the bug
When building a Java project with `maven`, some dependencies can pack pre-built binaries (I know, this is bad especially for cross-compilation, but I'm not the dev of these libs)…
-
I have installed Graalpy 24.1.0 as a regular CPython on Windows 10 with pyenv-win and set is as currently used version with pyenv global command.
Then I have generated venv using graalpy -m venv .pyv…
-
`src/runtime` uses a very adhoc aproach for building the payload:
* Scripts in `src/scripts` which process kalllsyms and the kernel binary to find symbols and space.
* my custom badlink format for p…
-
If the file uses CRLF, and the patch don't uses CRLF
```
patching file
Hunk #1 FAILED at (different line endings).
```
If the file uses CRLF, and the patch uses CRLF, and the --binary flag is…
-
Would it be useful to include syntax for binary string literals, which looks like `b"deadbeef"`?
My use case is patching strings in an executable. I'm currently doing something like
```sh
sed -…
-
The updater has been a constant pain point since we've launched.
- slow
- doesn't correctly patch
- doesn't work on all platforms
- fails to correctly report progress, making it look like it's "st…
-
Shrinking the size of OpenBLAS binary size can be done with several ways:
1. Use the same OpenBLAS DLL for numpy as well for scipy
2. use of DYNAMIC_LIST to reduce the number of targets
3. strip …
-
Hey there, I have a python venv created with devbox (don't think this should make much of a difference as it is a regular venv, devbox just creates it.) I launch a shell with the fix-python tool and a…
-
It takes time for dynamic patching the target functions in the original execution binary.
It might be possible to generate a new dynamically patched binary for uftrace tracing. There are some benef…
-
Loris Cro and Andrew Kelley recently published a blog post (https://kristoff.it/blog/zig-new-relationship-llvm/) about Ziglang's new self-hosted compiler. Part of the post is about how they can do in-…