gaasedelen / tenet

A Trace Explorer for Reverse Engineers
MIT License
1.32k stars 133 forks source link

Does not detect changes in trace file #7

Closed ViRb3 closed 3 years ago

ViRb3 commented 3 years ago

Say you create a trace file trace.txt and save it on your desktop. When you load the trace into Tenet for the first time, it will generate a trace.tt file in the same directory. If you now change trace.txt and reload it, nothing will change inside Tenet, because it will just load the old trace.tt file instead. To solve this, you need to either delete trace.tt or save the new version of the trace under a different file name.

gaasedelen commented 3 years ago

Yep, this is a known issue. I didn't have time to put anything into the initial release to tie or diff the plaintext trace to the compressed one.

I'll sort this out for whenever the next release will be.

gaasedelen commented 3 years ago

Fixed on the develop branch, I'll be merging onto master in the next day or two.