dyld_cache_extract icon indicating copy to clipboard operation
dyld_cache_extract copied to clipboard

add xmake.lua and support for linux

Open waruqi opened this issue 5 years ago • 0 comments

I added xmake.lua to build and use it on linux. we need install xmake first.

Build:

$ xmake

Run

$ xmake run dyld_cache_extract --help

Install to system

$ xmake install
$ dyld_cache_extract --help

waruqi avatar Apr 26 '20 06:04 waruqi