vscode-decompiler icon indicating copy to clipboard operation
vscode-decompiler copied to clipboard

Decompile things directly from VSCode

Results 16 vscode-decompiler issues
Sort by recently updated
recently updated
newest added

OSX on m1, trying to decompile jar file: Failed to run decompiliation command. Check your configuration. {"code":2,"type":"multi"} ==================================================================== Decompiling /Users/username/Downloads/path/name.jar ==================================================================== Errors: -------

Failed to run decompiliation command. Check your configuration. {"code":{"errno":-4058,"code":"ENOENT","syscall":"spawn analyzeHeadless","path":"analyzeHeadless","spawnargs":["C:\\Users\\ASUS\\AppData\\Local\\Temp\\tmp-11984-QpSSl0sNxJCB","vscode-decompiler","-import","e:\\cs mods\\failsafe\\405810376.dll","-scriptPath","c:\\Users\\ASUS\\.vscode\\extensions\\tintinweb.vscode-decompiler-0.1.0\\scripts","-postScript","c:\\Users\\ASUS\\.vscode\\extensions\\tintinweb.vscode-decompiler-0.1.0\\scripts\\ghidra_decompile.py","C:\\Users\\ASUS\\AppData\\Local\\Temp\\tmp-11984-EPwTMpyCTOds"]},"type":"single","err":"tool returned non-zero exit code"}

Received an error after double checking the config. The FAQ only had solutions that included the single type. "Failed to run decompiliation command. Check your configuration. {"code":1,"type":"multi"}"

Failed to run decompiliation command. Check your configuration. {"code":255,"type":"single","err":"tool returned non-zero exit code"} \Pulsonix\Pulsonix.exe" -scriptPath c:\Users\faste\.vscode\extensions\tintinweb.vscode-decompiler-0.1.0\scripts -postScript c:\Users\faste\.vscode\extensions\tintinweb.vscode-decompiler-0.1.0\scripts\ghidra_decompile.py C:\Users\faste\AppData\Local\Temp\tmp-24116-omgOtNDJTqXI") was unexpected at this time.

I just set up the extension to decompile an app that I have hosted within WSL2 (running on Windows 11). Was able to install and locate the appropriate decompiling tools...

Hello, I think Lua decompiler support for `.luac` files might be interesting to add? There is a decompiler for Lua 5.1, 5.2, and 5.3 at https://github.com/viruscamp/luadec

I think I have installed everything as guided.But all I had was the mercyless error. ``` Failed to run decompiliation command. Check your configuration. { "code": { "errno": -4058, "code":...

Python scripts are used in the binary decompiler, pseudocode generator and python decompiler, but README.md didn't mention this requirement. Since the majority of use-cases need Python present, added it under...

when try to decompile pyc, vscode shows this error: `Failed to run decompiliation command. Check your configuration. {"code":{"errno":-2,"code":"ENOENT","syscall":"spawn uio","path":"uio","spawnargs":["-o","/tmp/tmp-57121-6slmZbroyIL4","/home/aria/Desktop/path_config.pyc"]},"type":"multi"}` however, this workspace is a folder in ssh-remote host, and uio...

Dear extension author, Please publish this extension to the Open VSX marketplace. ## Context Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution of...