No way to JUST generate an instrumented binary
See original GitHub issueDescription 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:
- Created a year ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sgowroji would Be helpful if I can get an update on this? Or even an answer would be fine.
Hello @hemanthsridhar, we have shared your request to our documentation team. Please wait for the update anytime soon.Thanks!