Lysis helps you to see the unseen!!
With Lysis you can use your shell to display a clean Assembly Code of any compiled .exe file
For Linux, WSL, unix based macOS:
NOTE: Here HOME dirctory symbolises the directory your user account is in.
- If your PATH have your home directory mentioned then ignore this. For checking whether your PATH checks for your home direcotry just run this in your terminal: echo $PATH
- But if your PATH doesn't checks your home directory then, first go to ~./bashrc and in the last line add this command: export PATH="$PATH:$HOME/lysis" ,(or can do export PATH="$PATH:/home/user_account_name/lysis" if you have lysis inside user_account_name directory which is inside home directory)
- Then save your bashrc file and run this command in your terminal: source ~/.bashrc