radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
1.05k stars 88 forks source link

Iaito show string "%#010I64x" instead addresses #153

Open AndiMustafaj opened 9 months ago

AndiMustafaj commented 9 months ago

Environment information

Describe the bug When open iaito i see the string "%#010I64x" instead addresses. This happens in the following tags: Strings, Imports, At the top of any graph in graphs tab, In console address, Funstions offset

To Reproduce Steps to reproduce the behavior: 1.Just open iaito (i have tested iaito with msedge.exe)

Expected behavior Show addresses

Additional context Im working on Virtual box v7.0.12r159484 (Qt 5.15.2)

Im attaching some screenshots Screenshot 2024-01-07 143533 Screenshot 2024-01-07 143613 Screenshot 2024-01-07 143659 Screenshot 2024-01-06 214433 Screenshot 2024-01-06 230144

Thanks and good job

trufae commented 4 months ago

can you try with the last 5.9.2 build?

0xquad commented 3 months ago

Same issue for me on Win10 and Win11, 5.9.2 latest build as of today.

trufae commented 3 months ago

i did a blind fix, can someone try the build from the last commit from master on windows? i can confirm the behaviour is the same on linux and mac but i dont have any windows handy rn. thanks @0xquad

IceFlinger commented 2 months ago

I downloaded the windows release artifact from master branch and can confirm that addresses are now displaying properly (my first time using this tool was on this release which made this bug pretty confusing)

240728120939_778 240728121000_f90
0xquad commented 2 months ago

i did a blind fix, can someone try the build from the last commit from master on windows? i can confirm the behaviour is the same on linux and mac but i dont have any windows handy rn. thanks @0xquad

Downloaded the built artefact from https://github.com/radareorg/iaito/actions/runs/9844728793/job/27178751183 and it looks great to me. 🎉 Thank you so much for taking the time to fix it, super appreciated! I think we can close this issue.

Before: image

After: image