vscode-decompiler
vscode-decompiler copied to clipboard
Decompile things directly from VSCode
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
反编译失败,描述信息如下: ==================================================================== Errors: -------
Trying to decompile a prebuilt **.obj** file on Windows 10 with IDA Pro 7.7 gives me the following error message: ``` Failed to run decompiliation command. Check your configuration. {...
see https://hex-rays.com/products/ida/news/7_0/docs/api70_porting_guide/
``` Failed to run decompiliation command. Check your configuration. {"type":"single","code":4,"err":"Failed to run decompiler"} ``` additionally, idaw.exe had been renamed as idat.exe in IDA Pro 7.0+
Heya, Recently decided to use the extension to attempt to decompile a .sys file. I went through all the setup, installing Ghidra and pathing the extension to its "analyzeHeadless.bat" file,...