postrequest / link

link is a command and control framework written in rust
GNU Affero General Public License v3.0
556 stars 91 forks source link

generate-osx issue #12

Closed starryloki closed 3 years ago

starryloki commented 3 years ago

🔗 > generate-osx xxx:xxx first osx link build will take time building osx cross compilation dependencies osxcross cloned OSX 10.11 SDK downloaded updated clang build building osxcross... this will take a while osxcross built please wait... No such file or directory (os error 2) No such file or directory (os error 2)

I have this issue on macOS, Kali, CentOS

starryloki commented 3 years ago

btw, how to reset the status of build? After I remove link and reclone, It's not first build anymore

postrequest commented 3 years ago

Hi @starryloki,

Currently only support kali. Did you run the install script?

starryloki commented 3 years ago

Hi @starryloki,

Currently only support kali. Did you run the install script?

yes, I did everything you wrote and I wonder how to reset build status?

postrequest commented 3 years ago

To start the build of osxcross again, delete the ~/.link/3rdparty/osxcross directory. To start the build of your osx link again, delete the ~/.link/links/osx directory.

If you have ran the kali-install.sh script and it is not working, please delete the ~/.link directory and rerun the script. Just checking, but please ensure kali is updated. Please post the output of both the install script and link generation.

starryloki commented 3 years ago

fixed! thx