confused on uuid_extractor_output.json format
Closed this issue · 1 comments
nutc4k3 commented
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! :)
projectbtle commented
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!