projectbtle/BLE-GUUIDE

confused on uuid_extractor_output.json format

Closed this issue · 1 comments

Hi!

First of all thanks for this tool!!
For the question, I am a bit confused about the format of uuid_extractor_output.json, what do you mean by "methods", the actual methods called by the app or some other GATT protocol hierarchy?

Thanks in advance! :)

Hi, apologies for the delay in responding.

"method" refers to the Android Java methods in smali format.
e.g., "Lcom/example/myble/SomeClass;->someMethod()V"

Hope this helps!