mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Updated documentations and radare2 submodule (#849)
This commit is contained in:
parent
fbbf523ede
commit
70d80bd782
25
.github/ISSUE_TEMPLATE.md
vendored
25
.github/ISSUE_TEMPLATE.md
vendored
@ -1,25 +0,0 @@
|
||||
# This template is meant for bug reports, if you have a feature request, please be as descriptive as possible and delete the template
|
||||
|
||||
*If you would like to report a bug, please fill the template bellow*
|
||||
|
||||
### Work environment
|
||||
|
||||
| Questions | Answers
|
||||
|------------------------------------------------------|--------------------
|
||||
| OS/arch/bits (mandatory) | Debian arm 64, Ubuntu x86 32
|
||||
| File format of the file you reverse (mandatory) | PE, ELF etc.
|
||||
| Architecture/bits of the file (mandatory) | PPC, x86/32, x86/64 etc.
|
||||
| Cutter and r2 version, See About Cutter (mandatory) | Version 1.7.2 / Using r2 3.0.0
|
||||
| Show version information **full output** (See About Cutter) in a pastebin document (mandatory) | https://gist.github.com/
|
||||
|
||||
### Expected behavior
|
||||
|
||||
### Actual behavior
|
||||
|
||||
### Steps to reproduce the behavior
|
||||
- Please share the binary if it is shareable by drag and dropping it here in a zip archive (mandatory)
|
||||
- Use code markdown `CODE` to make your code visible
|
||||
|
||||
### Additional Logs, screenshots, source-code, configuration dump, ...
|
||||
|
||||
Drag and drop zip archives containing the Additional info here, don't use external services or link.
|
@ -12,7 +12,7 @@ You can create an issue by clicking on [this link](https://github.com/radareorg/
|
||||
|
||||
Note that cutter is still under development and many parts of the code are to be improved.
|
||||
The best way is to check the opened issues [here](https://github.com/radareorg/cutter/issues) or discuss with radareorg team.
|
||||
Please follow our contribution guidelines: https://radareorg.github.io/cutter/contributing.html
|
||||
Please follow our contribution guidelines: https://radareorg.github.io/cutter/code.html
|
||||
|
||||
## Contributing to the documentation
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
# Contributing
|
||||
|
||||
This page shows some hints about the coding conventions.
|
||||
**Disclaimer:** It is a work and progress and we will provide soon a fully documented API.
|
||||
|
||||
*Disclaimer: It is a work and progress and we will provide soon a fully documented API.*
|
||||
|
||||
## Coding advices
|
||||
|
||||
@ -78,5 +79,4 @@ The main reason is that this syntax allows the use of lambda functions.
|
||||
|
||||
### Functions documentation
|
||||
|
||||
It's good to add some documentation to your functions when needed. To do so we follow these [rules](http://doc.qt.io/qt-5/qdoc-guide-writing.html).
|
||||
|
||||
*TODO*
|
||||
|
2
radare2
2
radare2
@ -1 +1 @@
|
||||
Subproject commit 0c0fee7b48283643a9ba9e855a32e2503f88a63e
|
||||
Subproject commit 55bdcbb94c5423182d0972f34e5e56ff6d838507
|
Loading…
Reference in New Issue
Block a user