Công cụ chuyển đổi file PE thành ASM và bytes bằng IDA Pro với script PowerShell.
- IDA Pro.
- Windows PowerShell (chạy Admin).
Set-ExecutionPolicy Unrestricted
.\Generate-Samples.ps1 -InputDirectory C:\Path\To\Your\Input -OutputDirectory C:\Path\To\Your\Output
-InputDirectory: Thư mục file PE.
-OutputDirectory: Thư mục lưu kết quả.