summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAleksei Vetrov <vvvvvv@google.com>2022-09-20 13:36:37 +0000
committerMark Wielaard <mark@klomp.org>2022-10-16 17:09:42 +0200
commit64ee2cb792e7b6ba6ad2a5759bff7ce8714e4668 (patch)
treeac911024367364c26a5a557b6aed95aaed3245e9 /NEWS
parent6284f4d12ccbc6405e986fd84ac6d4d72dc9c2a7 (diff)
downloadelfutils-64ee2cb792e7b6ba6ad2a5759bff7ce8714e4668.tar.gz
libdwfl: add dwfl_report_offline_memory
This method allows to read and report ELF from memory instead of opening a file. That way arbitrary memory can be worked with, e.g. when coming from a stream without the need to persist. Another useful application is for fuzzing, because fuzzers might be able to track accesses to the memory and change the fuzzer input to cover more edge cases through more targeted input. Hence, add a new function along with a test case. Signed-off-by: Aleksei Vetrov <vvvvvv@google.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 156f78df..6ebd172c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ debuginfod: Add --disable-source-scan option.
libdwfl: Add new function dwfl_get_debuginfod_client.
Add new function dwfl_frame_reg.
+ Add new function dwfl_report_offline_memory.
Version 0.187