You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should document in tutorial.md how to have ret-sync working. Something along the lines:
The module request has no match in IDA because IDA can’t find any module with the right name gdb is aware of. To work around that, you need to rename your idb in the ret-sync window. By default, it is named “lina” as “[sync] default idb name: lina” points out but on the gdb side it is expecting “asa924-k8.bin|lina” to be the idb name.
You can either rename it manually in the ret-sync window in IDA or just create a “.sync” file in the same folder as “lina” and it will name it for you automatically:
We should document in
tutorial.md
how to have ret-sync working. Something along the lines:The module request has no match in IDA because IDA can’t find any module with the right name gdb is aware of. To work around that, you need to rename your idb in the ret-sync window. By default, it is named “lina” as “[sync] default idb name: lina” points out but on the gdb side it is expecting “asa924-k8.bin|lina” to be the idb name.
You can either rename it manually in the ret-sync window in IDA or just create a “.sync” file in the same folder as “lina” and it will name it for you automatically:
The text was updated successfully, but these errors were encountered: