instrumentation
Here are 498 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Java
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 6, 2021 - Java
-
Updated
Jul 6, 2021 - Python
-
Updated
Jul 29, 2021 - Java
Hi, I also have a question regarding the custom post processor.
In the example https://github.com/AFLplusplus/AFLplusplus/blob/stable/custom_mutators/examples/post_library_gif.so.c#L48 it is mentioned that if the post process function returns 0 the input is not sent to the target program and fuzzing is continued. When I tried to do that same the fuzzer throws the error: `Custom_post_process fa
-
Updated
Aug 15, 2021 - C++
-
Updated
Jun 22, 2021 - C#
There are many instances of INSTR_CREATE macro documentation saying things like this:
* \param dc The void * dcontext used to allocate memory for the instr_t.
That should have a # to link up the instr_t type.
-
Updated
Aug 13, 2021 - Java
-
Updated
Aug 11, 2021 - Java
-
Updated
Aug 15, 2021 - Go
-
Updated
Jun 19, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
-
Updated
Aug 3, 2021 - C
-
Updated
Jul 30, 2021 - C++
-
Updated
May 27, 2021 - C
-
Updated
Aug 15, 2021 - Erlang
-
Updated
Jun 20, 2021 - Elixir
-
Updated
Jun 9, 2021 - C++
-
Updated
May 15, 2019 - Java
-
Updated
Jul 19, 2021 - Go
-
Updated
Jun 17, 2021 - Go
-
Updated
Aug 12, 2021 - Vala
Improve this page
Add a description, image, and links to the instrumentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the instrumentation topic, visit your repo's landing page and select "manage topics."
It would be helpful if the lcov generated reports could generate relative paths. My use case is that I am generating coverage reports from a docker image and then using VS Code Coverage Gutters which supports relative paths to view the coverage. But it doesn't work because the absolute paths on the docker c