We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I downloaded the latest metlo burp extension, and it installs fine in burp, but it throws an error on the command line.
"/tmp/metlo-agent-linux: 1: Syntax error: word unexpected (expecting ")")"
When I look at the /dist/binaries directory in the jar, it looks like they were all compiled for mac.
file dist/binaries/* metlo-agent: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE|HAS_TLV_DESCRIPTORS> metlo-agent-linux: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE|HAS_TLV_DESCRIPTORS> metlo-agent-mac: Mach-O 64-bit x86_64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE|HAS_TLV_DESCRIPTORS>
The text was updated successfully, but these errors were encountered:
Hey @tbearden, that's weird. We'll get it fixed asap
Sorry, something went wrong.
No branches or pull requests
I downloaded the latest metlo burp extension, and it installs fine in burp, but it throws an error on the command line.
"/tmp/metlo-agent-linux: 1: Syntax error: word unexpected (expecting ")")"
When I look at the /dist/binaries directory in the jar, it looks like they were all compiled for mac.
The text was updated successfully, but these errors were encountered: