We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cf343 commit d9a2d4aCopy full SHA for d9a2d4a
README.md
@@ -11,6 +11,12 @@ This is in a VERY early stage and for now only handles linux/x86_64 binaries.
11
- Recover function names
12
- Recover number of arguments and return type
13
14
+# Developers
15
+
16
+Code formatted with
17
18
+`clang-format -i -style=Google src/main/java/gotools/*.java`
19
20
# References
21
22
- [Reversing GO binaries like a pro](https://rednaga.io/2016/09/21/reversing_go_binaries_like_a_pro/)
0 commit comments