FrenchYeti / dexcalibur

[Official] Android reverse engineering tool focused on dynamic instrumentation automation leveraging Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Apache License 2.0
1.06k stars 126 forks source link

question: how to contribute to the documentation? #19

Closed monperrus closed 4 years ago

monperrus commented 4 years ago

dexcalibur is really impressive!

I'd like to contribute to the documentation but the wiki has no edit button.

how to contribute to the documentation?

FrenchYeti commented 4 years ago

Thanks :)

You are welcome ! Since, i cannot add contributors to Wiki only, so i created a repository holding Dexcalibur documentation and added you to contributors.

Actually this repository can be explored through the following Github Pages https://frenchyeti.github.io/dexcalibur-doc/. I will change Dexcalibur's README file in order to point to these pages instead of Wiki.

The purpose of this repository is to centralize documentation. In future, official documentation website will be generated from this repo and published to "docs.dexcalibur.org" (website not yet exists).

FrenchYeti commented 4 years ago

Generic answer (for the future) :

to contribute to Dexcalibur documentation, please do a pull request on dexcalibur-doc repository

monperrus commented 4 years ago

That's a perfect plan, I'll do that!

To avoid confusion what about disabling wiki on this repo?

Thanks a lot.