https://github.com/git-bruh/dart-ssl-fix
LD_PRELOAD experiment to mutate argv
https://github.com/git-bruh/dart-ssl-fix
dart glibc
Last synced: 2 months ago
JSON representation
LD_PRELOAD experiment to mutate argv
- Host: GitHub
- URL: https://github.com/git-bruh/dart-ssl-fix
- Owner: git-bruh
- Created: 2023-02-15T14:51:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T08:12:00.000Z (about 2 years ago)
- Last Synced: 2025-01-09T16:56:10.904Z (4 months ago)
- Topics: dart, glibc
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dart-ssl-fix
```sh
${CC:-cc} main.c -shared -o preload.so
LD_PRELOAD="$PWD/preload.so" flutter <...>
```