Advertisement
harsh7i

CompilingBash.sh

Mar 28th, 2023
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. sudo apt-get install shc gcc build-essential
  2. # To Convert Bash Script into Binary
  3. shc -f "input.sh" -o "output"
  4. # To Convert Bash Script into C Code and Obsfucation Code
  5. shc -v -f "input.sh"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement