linux小技巧
查看程序编译器
file
1 | file ./ffmpeg.exe |
strings
1 | strings ./ffmpeg.exe | grep -i "GCC\|clang\|LLVM\|Microsoft" |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 xd's blog!
评论
1 | file ./ffmpeg.exe |
1 | strings ./ffmpeg.exe | grep -i "GCC\|clang\|LLVM\|Microsoft" |