asafw icon indicating copy to clipboard operation
asafw copied to clipboard

lina : aaa_admin_authenticate

Open lvalero opened this issue 6 years ago • 2 comments

Hello,

what that message

[lina] Error: can't find aaa_admin_authenticate, you need to add symbol with asafw first

relates to ?

Regards

lvalero avatar Mar 26 '19 13:03 lvalero

aaa_admin_authenticate is a symbol of lina that you need to have defined in the asadb.json for lina.py to be able to patch lina. It is because we use this address to store our own code to store the debug shell.

You can define it manually after reversing your lina or use https://github.com/nccgroup/idahunt to automate finding it.

You may be interested in the following IDA Python scripts: https://github.com/nccgroup/asadbg/blob/master/asadbg_rename.py and https://github.com/nccgroup/asadbg/blob/master/asadbg_hunt.py that will respectively define aaa_admin_authenticate and update your asadb.json for your version of lina.

saidelike avatar Mar 26 '19 15:03 saidelike

Additionally, there are some instructions in tutorial.md.

cq674350529 avatar Mar 27 '19 02:03 cq674350529