https://github.com/chchwy/upx-macos13-crash
https://github.com/chchwy/upx-macos13-crash
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chchwy/upx-macos13-crash
- Owner: chchwy
- Created: 2022-10-25T04:34:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T05:02:03.000Z (over 2 years ago)
- Last Synced: 2025-03-06T09:55:01.513Z (3 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UPX compressed executable crashes on macOS 13.0
A simple command line project for UPX bug report. It does nothing but printing a few lines of texts.
It produces a x86_64 executable for mac.
How to build
```sh
mkdir build
cd build
cmake .. -G Xcode
cmake --build .
```