mandiant / GoReSym

Go symbol recovery tool
MIT License
498 stars 62 forks source link

Error : Failed to parse file: failed to read pclntab: failed to locate pclntab #43

Closed Zorkai closed 8 months ago

Zorkai commented 8 months ago

I am trying to use GoReSym on this binary : https://mega.nz/file/CqoRQDaS#VDQ6bScWEHLdb1AtkMscdXsZhZWDZNDZWhBvEJ82ZsQ

I doubt this binary is obfuscated.

However, I am getting the following error :

image

stevemk14ebr commented 8 months ago

This is not a go binary. It's a nodejs / chrome binary with javascript inside

https://binmasterdocs.gitbook.io/binmaster-docs/overview/what-is-binmaster

https://github.com/binmasterdotpro/BinMaster-Src/tree/main

Zorkai commented 8 months ago

This is actually a go binary, as you can see on the bottom of the repository you sent, it isn't the actual source code but it was a joke for april fools. The repository does not contain any code but only blank files. image

stevemk14ebr commented 8 months ago

I can promise you it is not a binary written in the language Golang. I opened it and looked. The file you sent is a node.js binary which embeds chrome. If you think I'm wrong, please prove otherwise.