igogo-x86 / HexRaysPyTools

IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
1.4k stars 220 forks source link

Fix double click jump not tracking history correctly on 7.6 #76

Open willxinc opened 3 years ago

willxinc commented 3 years ago

The API was changed in 7.6, open_pseudocode causes the wrong history to be pushed (resulting in trying to go backwards, just reopening the same function). According to support, this is because open_pseudocode was not supposed to use the navigation history, and jumpto is supposed to be used instead.