index
:
honggfuzz
gh-pages
master
pr1-branch
Security oriented software fuzzer.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
bfd.c
Age
Commit message (
Expand
)
Author
2023-10-04
linux/bfd: cast a function of an incompatible type via void*
Robert Swiecki
2023-10-02
linux/bfd: allow un-strict function conversion with clang
Robert Swiecki
2023-10-02
linux/bfd: define 'enum fake_disassembler_style' in case the real 'enum disas...
Robert Swiecki
2023-04-25
linux/bfd: call init_disassemble_info always with 4 args
Robert Swiecki
2022-09-21
linux/bfd: call disassemble_free_target() only if it's available
Robert Swiecki
2022-06-08
linux/bfd: use libcollector.h as the initial point in time at which init_disa...
Robert Swiecki
2022-06-08
linux/bfd: add missing disassemble_free_target()
Robert Swiecki
2022-06-06
linux/bfd: comments around stability of binutils APIs
Robert Swiecki
2022-06-06
linux/bfd: cover #include <diagnostics.h> with __has_include, because it appe...
Robert Swiecki
2022-06-06
linux/bfd: use DIAGNOSTIC_ERROR_SWITCH define to figure out if init_disassemb...
Robert Swiecki
2022-06-03
make indent
Robert Swiecki
2022-06-02
Always pass 4 arguments to init_disassemble_info(), no matter what's the decl...
Robert Swiecki
2022-01-13
linux/bfd: typo
Robert Swiecki
2020-05-18
remove comparisons to true and to false across the code
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-26
linux/bfd: __block no longer needed
Robert Swiecki
2020-03-26
Makefile/linux/bfd: give ability no to link against bfd/binutils
Robert Swiecki
2020-01-08
linux/bfd: make it work with bfd-2.33 - simpler solution
Robert Swiecki
2020-01-08
linux/bfd: make it work with bfd-2.33
Robert Swiecki
2019-12-06
linux/trace: check for func/file == NULL
Robert Swiecki
2019-12-06
linux/trace: don't use si.si_addr if it's SI_FROMUSER()
Robert Swiecki
2019-12-06
linux/bfd: use c++ demangler with liberty
Robert Swiecki
2019-12-06
linux/trace: remove incorrect check
Robert Swiecki
2019-12-06
bfd_demangle returns allocated buf
Robert Swiecki
2019-12-05
linux: implement function demangling
Robert Swiecki
2019-12-05
sanitizers+linux/trace: add another asan report parsing format, and simplify ...
Robert Swiecki
2019-12-04
linux/unwind: use also dynamic symbol table
Robert Swiecki
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-15
linux: include string.h in bfd.h to avoid dis-asm.h inclusion problems
Robert Swiecki
2018-01-05
Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...
Robert Swiecki
2017-11-16
Move defer-requiring functions/macros out of libcommon
Robert Swiecki
2017-11-14
linux/bfd: fewer defer{}'s
Robert Swiecki
2017-11-13
all: indent webkit->google
Robert Swiecki
2017-10-17
Makefile: add clang-format ColumnLimit:100
Robert Swiecki
2017-10-11
Makefile: indent everything with clang-format
Robert Swiecki
2017-09-28
make indent with clang-format
Robert Swiecki
2017-09-28
Clean-ups after making libcommon a stand-alone library
Robert Swiecki
2017-09-28
Move the honggfuzz_t and fuzzer_t types out of common
Robert Swiecki
2017-09-04
Use different disassbler() prototype from binutils in case of >= 2.29
Robert Swiecki
2017-05-24
Introduce libcommon
Robert Swiecki
2016-09-06
Remove -I. from linux and posix builds
Robert Swiecki
2016-04-22
defer {} instead of DEFER()
Jagger
2016-04-05
bfd_close instead of bfd_close_all_done to get rid of memory leak
Jagger
2016-03-16
Introduce scoped mutexes
Robert Swiecki
2016-03-10
Cleaner impl. of DEFER
Jagger
2016-03-09
Introduce go-style defer
Robert Swiecki
2015-12-20
Annotate unused vars
Anestis Bechtsoudis
2015-10-09
Merge
Robert Swiecki
2015-03-05
Stick to indent
robert.swiecki@gmail.com
2015-03-05
A pass with astyle
robert.swiecki@gmail.com
[next]