Tenet Versions Save

A Trace Explorer for Reverse Engineers

v0.2.0

2 years ago

Release Notes: What's New in Tenet v0.2

Additional Downloads

  • pintenet-v0.2-98437.zip - Windows pintool binaries compiled for Pin 3.20 (Kit 98437)
  • pintenet-v0.2-98425.zip - Windows pintool binaries compiled for Pin 3.19 (Kit 98425)
v0.2 -- CHANGELOG

+ Features
|- Overhauled Tenet's breakpoint / selection / navigation model to be more explicit
|- Tenet will now attempt to automatically resolve ASLR mappings with basic trace analysis
|- Added a cell-based drawing mode that is used when zoomed in far enough on the tracebars
|- Added !last command to the 'timestamp shell' to jump to the last 'navigable' trace address
|- What The Fuzz (https://github.com/0vercl0k/wtf) added native support for Tenet traces

+ Minor Changes
|- Tracebars now draw 'un-navigable' regions of the trace grey (such as library/external calls)
|- Tenet will now stay on the last 'navigable' mapped address when stepping through unmapped regions
|- Improved the selection behavior and interaction with 'zooming' on tracebars
|- Improved the selection behavior in the memory dump view (stack still needs work...)
|- Both 'code' and 'memory' breakpoints can be active at the same time now, not just one
|- Added more fine-grained right-click controls for interacting with 'region' breakpoints
|- Added various right-click 'Clear ... breakpoints' to the mem, trace, and reg views
|- Highlighting and double clicking a region of memory will now set a region access breakpoint
|- Double clicking 'empty' space in the mem / reg views can be used to automatically clear breakpoints
|- Updated theme subsystem and colors a little bit to be more consistent
|- A little bit of code and comment cleanup, but not a lot

+ Bugfixes
|- Tenet now ensures a selected text trace will be parsed if a packed trace does not actually match it
|- A bug could cause Tenet to show wrong register values towards the end of a trace segment
|- Step-over / reverse step-over could fail near the start/end of the trace
|- Fixed a bug that could cause the sample pin tracer to crash from uninitialized memory
|- mrexodia fixed a bug that could cause the pin tracer to crash on the fxsave instruction
|- Fixed / eliminated several misc UI / selection bugs through simple refactoring

v0.1.0

3 years ago

Release Notes: Tenet: A Trace Explorer for Reverse Engineers

Additional Downloads

  • pintenet-v0.1-98332.zip - Windows pintool binaries compiled for Pin 3.18 (Kit 98332)