question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No way to JUST generate an instrumented binary

See original GitHub issue

Description of the feature request:

For example, In golang we have the ability to generate an instrumented binary without running any tests. I don’t see any documentation on how to just generate an instrumented binary. So i am assuming that this feature isn’t available

What underlying problem are you trying to solve with this feature?

The reason this will be helpful is that we can use this binary, deploy and run different tests against it ( functional, unit, system etc ) and get the entire coverage.

Which operating system are you running Bazel on?

Mac OSX

What is the output of bazel info release?

No response

If bazel info release returns development version or (@non-git), tell us how you built Bazel.

No response

What’s the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?

No response

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
hemanthsridharcommented, Sep 3, 2022

@sgowroji would Be helpful if I can get an update on this? Or even an answer would be fine.

1reaction
sgowrojicommented, Aug 29, 2022

Hello @hemanthsridhar, we have shared your request to our documentation team. Please wait for the update anytime soon.Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Binary detected as not instrumented when it was built with afl ...
I get an error Looks like the target binary is not instrumented! ... passing the right (i.e. instrumented, just built) binary to the...
Read more >
Why we need to instrument binary when we have a decompiler?
I'm studying the binary instrumentation techniques and I found many papers claim that binary instrumentation is necessary when the source code ...
Read more >
Binary Instrumentation Program Transformation Techniques ...
Binary Instrumentation. Program Transformation Techniques. Dynamic analysis works by tracking properties (e.g., taint value) at run-time. How is this ...
Read more >
Instrumenting programs for AFL — AFL 2.53b documentation
Instrumenting binary -only apps​​ This is accomplished with a version of QEMU running in the lesser-known “user space emulation” mode. For additional instructions ......
Read more >
Hippocratic Binary Instrumentation: First Do No Harm
Abstract. In-lined Reference Monitors (IRMs) cure binary software of security violations by instrumenting them with runtime security checks.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found