Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts

Sunday, June 1, 2025

【Visual Studio】是否可以將不同的平台的輸出放在同一個專案內

因需求需要同時產出 Windows 的動態函式庫 .DLL 檔,並用同樣的 Code 產生 Android 的 .so 檔,為了降低專案數量與其他同伴的建置難度,思考是否能不同平台的輸出,放在同一個專案(Project)內,並採用切換 Plateform 的方式進行專案的建置?

 

Friday, December 2, 2022

【程設】關於 DLL Hook 的一些資料

因開發需求,需要 DLL Hook 相關技巧進行實作,這邊搜集一些關於 DLL Hook 的相關文章和討論。

 

熱門文章