SideChannelMarvels / Tracer

Set of Dynamic Binary Instrumentation and visualization tools for execution traces.
GNU General Public License v3.0
297 stars 70 forks source link

Wrong Filter #31

Open sia72abedi opened 2 years ago

sia72abedi commented 2 years ago

I used the below command: valgrind --tool=tracergrind --filter=0x400000-0x3ffffff,/home/siavash/Desktop/DPAtest/FinalAESTest/AesTest/AesTest --output=AESTestFilterOnDefaultAddressAndRange.trace /home/siavash/Desktop/DPAtest/FinalAESTest/AesTest/AesTest 12 34 56 78 91 23 45 67 Then I convert it to graphical perspective as below: sqlitetrace AESTestFilterOnDefaultAddressAndRange.trace AESTestFilterOnDefaultAddressAndRange.sqlite but when I opened it with traceGraph there was out of range addresses there also. Below you can see the related photo:

trace