burp-protobuf-decoder icon indicating copy to clipboard operation
burp-protobuf-decoder copied to clipboard

Cannot run program "protoc" error=2, No such file or directory

Open ehmo opened this issue 9 years ago • 3 comments

I'm running it on Mac OS X. Installed protobuf via brew. In console it works well, but whenever I'm trying to load the plugin, it says that can't find protoc.

Any ideas?

ehmo avatar Nov 02 '15 19:11 ehmo

+1. Same environment too.

FWIW, I worked around this by just specifying the full path to the protoc binary on OSX.

clong avatar Jul 17 '16 02:07 clong

I do not understand the work around. Possible to add more detail?

egandrew avatar Jan 04 '17 01:01 egandrew

Sorry, I should have included more information before.

https://github.com/mwielgoszewski/burp-protobuf-decoder/blob/master/protoburp.py#L57

Replace: Popen(['protoc', '--version'] with Popen(['/full/path/to/protoc', '--version']

clong avatar Jan 04 '17 07:01 clong