instrumentation
Here are 507 public repositories matching this topic...
-
Updated
Dec 30, 2021 - Java
-
Updated
Jan 2, 2022 - Java
-
Updated
Jan 3, 2022 - Go
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 29, 2021 - C++
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
-
Updated
Dec 30, 2021 - Java
-
Updated
Nov 26, 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
Dec 28, 2021 - Java
-
Updated
Dec 29, 2021 - Java
-
Updated
Dec 27, 2021 - Go
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Oct 30, 2021 - Erlang
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
Dec 28, 2021 - C
-
Updated
Nov 9, 2021 - C++
-
Updated
May 27, 2021 - C
-
Updated
Dec 13, 2021 - Erlang
-
Updated
Jan 2, 2022 - Elixir
-
Updated
Dec 18, 2021 - C++
-
Updated
May 15, 2019 - Java
-
Updated
Dec 13, 2021 - Go
-
Updated
Dec 28, 2021 - Go
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."
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