Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt-get install shc gcc build-essential
- # To Convert Bash Script into Binary
- shc -f "input.sh" -o "output"
- # To Convert Bash Script into C Code and Obsfucation Code
- shc -v -f "input.sh"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement