0
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 20 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Basic support for tracking of virtual page accesses (needs testing) More... over 9 years ago
Adding new flag in XML config file. More... over 9 years ago
Adding new flag in XML config file. More... over 9 years ago
Fetched relevant commits from master related to RIP-relative address resolution More... over 9 years ago
Avoids printing a symbol's contents if it is not allocated More... over 9 years ago
Merge branch 'cleanup' into graph More... over 9 years ago
Changed variable definition in insn_info structure More... over 9 years ago
Fix instruction's flags bug in insn_entry creation More... over 9 years ago
Fix RIP-relative addressing More... over 9 years ago
Fix a bug in trampoline prepare. More... over 9 years ago
Fix the signature of link() macro
alessandropellegrini
as Alessandro Pellegrini
More... over 9 years ago
Wrong size passed to bzero()
alessandropellegrini
as Alessandro Pellegrini
More... over 9 years ago
OP_SD is 4 bytes, not 8
alessandropellegrini
as Alessandro Pellegrini
More... over 9 years ago
Merge branch 'cleanup' into develop
alessandropellegrini
as Alessandro Pellegrini
More... over 9 years ago
Fixed tiny display bug in 'hexdump' More... over 9 years ago
Fixed a bug occurring while re-populating .data in the emit step. Symbol descriptors now store arbitrarily large initialization values More... over 9 years ago
Fixed a bug occurring while shifting instruction addresses. Also, shifting+updating of addresses now takes into account relocation entries More... over 9 years ago
Fixed a couple of typos/warnings from previous commits More... over 9 years ago
Moved all IBR-related code into a new 'ibr' folder. Each IBR object (e.g. instruction, function, symbol, etc...) has its own C module More... over 9 years ago
Implemented the notion of virtual instruction to correctly handle jumps in instrumented environments More... over 9 years ago
Native byte copy in the trampoline's preamble using de-referencing in place of memcpy() More... over 9 years ago
Trampoline's preamble and postamble now take into account leaf functions that exploit the Red Zone More... over 9 years ago
Correctly pass addressing mode flags to the x86 trampoline routine More... over 9 years ago
Added unreliable support to indirect function calls More... over 9 years ago
Jump displacements must be recomputed after all addresses have been shifted More... over 9 years ago
Rudimental support for jump tables in basic block overlays (only swith-case statements) More... over 9 years ago
Basic block overlay support (incomplete, it skips jump tables) More... over 9 years ago
Handling the (quite rare) case that .rodata is missing More... over 9 years ago
Handling the (quite rare) case that .rodata is missing More... over 9 years ago
Fixed a few bugs causing the instrumentation engine to segfault More... over 9 years ago