2019年12月21日 星期六

Decompile Dll on Mac OS

1.使用 VS code
2.在Marketplace 搜尋 ILSpy
3.安裝 ILSpy .NET Decompiler
4.隨便選取一個空路徑做專案資料夾,VS Code 開啟它
5.按 command + shift + p 打開命令模式
6.輸入 ILSpy
7.選擇 Decompile TL Assembly (pick file)
8.出現檔案選擇視窗,選擇要反組譯的dll
9.出現手殘刪除的 source code 的 內容了
慢慢寫回去吧...