由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - GO似乎是目前最难反编译的代码了
相关主题
没完的“unresolved external symbol” in c++ compiling请教一个用gsl库的问题
fork(): why both if and else are executed?请教VC2003 debug问题
windows里有没有类似unix里nm 的东西?版上有做编译的大牛么?问个问题
请问,我怎么能简洁的证明这个Huffman tree 问题?dll求救
cannot trace var values in vs2005[合集] 请教一个Linux系统编程的问题
请教个小问题JFreeChart一编译错误 (转载)
Help: undefined symbol/usr/bin/ld: Undefined symbols:
Looking for code example to get stock datasegfault
相关话题的讨论汇总
话题: go话题: languages话题: similar话题: symbolic
进入Programming版参与讨论
1 (共1页)
m*****n
发帖数: 3575
1
https://stackoverflow.com/questions/25034065/decompiling-a-compiled-program-
with-go
There is no known tool which currently decompiles to Go sources.
Go is a native language compiler, unlike Java and similar languages, which
rely on a Class Loader, uses a linker in order to produce its executables.
Therefore just reconstructing the call tree is, as in C and similar
languages, a lot harder.
Debug information such as symbols are normally stripped off the Go
executable.
There exists very little even in terms of Symbolic debugging of Golang code.
1 (共1页)
进入Programming版参与讨论
相关主题
segfaultcannot trace var values in vs2005
visual c++ project setting question: path for DLL请教个小问题
Perl question - use perl to read another html files and update new html filesHelp: undefined symbol
问个函数指针指向操作符的问题Looking for code example to get stock data
没完的“unresolved external symbol” in c++ compiling请教一个用gsl库的问题
fork(): why both if and else are executed?请教VC2003 debug问题
windows里有没有类似unix里nm 的东西?版上有做编译的大牛么?问个问题
请问,我怎么能简洁的证明这个Huffman tree 问题?dll求救
相关话题的讨论汇总
话题: go话题: languages话题: similar话题: symbolic