Skip to content

Commit

Permalink
docs: Update README and fix formatting
Browse files Browse the repository at this point in the history
- Update usage instructions in README.rst
- Fix formatting of code block in README.rst
- Add helpful hint about re-signing application with apk-signer tool
- Remove outdated information about contributors

Signed-off-by: ksg97031 <[email protected]>
  • Loading branch information
ksg97031 committed Dec 19, 2023
1 parent cfe54ce commit 398bf00
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ Usage
--help Show this message and exit.
How do I begin?
~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~
| Simply provide the APK file.
|
.. code:: sh
$ frida-gadget handtrackinggpu.apk --arch arm64
Expand All @@ -90,21 +91,22 @@ How do I begin?
21133848 09-15-2021 02:28 lib/arm64-v8a/libfrida-gadget-16.1.3-android-arm64.so
How to Identify?
~~~~~~~
~~~~~~~~~~~~~~~~~~
| Observe the main activity; the injected loadLibrary code will be visible.
|
|
.. image:: https://github.com/ksg97031/frida-gadget/blob/trunk/images/decompile.png
:width: 600
Helpful Hint
~~~~~~~
~~~~~~~~~~~~~~~~~~
| Quickly re-sign your application with the ``apk-signer`` tool.
|
|
.. code:: sh
$ apk-signer handtrackinggpu.apk
|
Contributing
-----------------
.. image:: CONTRIBUTORS.svg
Expand Down

0 comments on commit 398bf00

Please sign in to comment.