|
|
|
|
|
by egonelbre
976 days ago
|
|
Yeah, at the moment, unfortunately only works for Go. But implementing a different backend (e.g. llvm-symbolizer, objdump etc.) shouldn't be too difficult. The main things it needs to do are 1. list the decompilable symbols in the file, 2. disassemble and pull in the relevant source code. The UI part doesn't care whether it's Go or not. |
|