An open API service indexing awesome lists of open source software.

https://github.com/chchwy/upx-macos13-crash


https://github.com/chchwy/upx-macos13-crash

Last synced: 3 months ago
JSON representation

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 .
```