Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document idb naming for ret-sync in IDA #2

Open
saidelike opened this issue Mar 16, 2018 · 0 comments
Open

Document idb naming for ret-sync in IDA #2

saidelike opened this issue Mar 16, 2018 · 0 comments

Comments

@saidelike
Copy link

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:

[INTERFACE]
host=192.168.1.100
port=9100

[lina]
name=asa924-k8.bin|lina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant