karliss
1adc30794b
Update cutter version to 1.12.0 ( #2419 )
2020-09-03 14:04:24 +03:00
karliss
d0a3a042f5
Update Cutter versions and lock decompilers. ( #2416 )
2020-09-02 19:49:01 +03:00
NIRMAL MANOJ C
27dcefdb0c
User documentation for the new decompiler ( #2394 )
...
* Decompiler context menu documentation
* New features page with a decompiler section
Co-authored-by: ITAYC0HEN <itaycohen23@gmail.com>
2020-08-31 12:23:31 +05:30
karliss
6fc902894d
CMake windows python packaging ( #2406 )
...
* First version of cpack scripts
* Fix python binding building using CMake on windows
* Package python and pyside in the cpack package
* Run windeployqt as part of packaging to include the Qt dlls and vcruntime installer
2020-08-30 23:23:41 +03:00
Oriol Castejón
2c84e07bfa
Add more options to the Analysis widget ( #2405 )
2020-08-30 16:17:14 +03:00
NIRMAL MANOJ C
691de14853
Synchronized Decompiler and Enabling Multiple Decompiler Widgets ( #2402 )
...
* Sync/Unsync decompiler widgets.
* Add multiple decompiler widgets with its own decompiler and functions.
* updateWindowTitle() in widgets for decompiler, disassembly, and hexdump.
2020-08-29 10:45:47 +05:30
sagcan
ec22b01086
Disable Plugins menu if no plugins are installed ( #2318 ) ( #2401 )
2020-08-28 21:17:31 +03:00
Surendrajat
abe43262c2
add minimal VS Code project config ( #2393 )
...
* add minimal VSCode project config
* update docs
* add extension recommendations
Co-authored-by: Itay Cohen <itaycohen23@gmail.com>
2020-08-24 20:03:29 +05:30
Surendrajat
05af1c6404
Add large bin foreground analysis issue ( #2337 )
2020-08-24 12:46:54 +03:00
tsunekoh
2e573cc171
Explain how to build Cutter docs ( #2380 )
2020-08-16 08:48:13 +03:00
Gireesh
63d3acb8a2
Add "Documentation" button to the "help" menu ( #2381 )
2020-08-11 15:52:52 +03:00
Oriol Castejón
9e346275c5
Add new Analysis section to the Preferences widget ( #2332 )
2020-08-10 19:12:38 +03:00
karliss
32adf0b5ba
Add examples for how not to use signals. ( #2377 )
2020-08-08 18:35:40 +03:00
Gireesh
2d95786f6e
Improve building documentation ( #2366 )
...
* small changes in documentation
* small documentation change
* documents change
* Update docs/source/building.rst
Co-authored-by: Itay Cohen
* changes done
Co-authored-by: gireeshvm <marathigireesh@gmail.com>
Co-authored-by: Itay Cohen
2020-08-04 14:10:56 +03:00
Itay Cohen
0c4f6cd024
Fix double jquery in docs ( #2335 )
2020-07-26 17:05:16 +03:00
Surendrajat
79b2314e5a
misc. documentation updates ( #2259 )
...
* move building errors to the troubleshooting section
* add submodule out of sync issue to troubleshooting
* changes to get cutter section
* move common issues to user docs
* add error related to submodule not in sync
* Grammarly scan on all the docs
* update contribution guide now that common-errors is split
2020-07-26 10:26:46 +05:30
Itay Cohen
e0bfcccb87
Change "Run Script" to "Run radare2 script" ( #2330 )
...
* Improve "Run script" title to make it more clear
* Update docs to reflect the change
2020-07-25 20:44:03 +03:00
karliss
00595da5ab
Update version to 1.11.0. ( #2327 )
2020-07-24 14:07:07 +03:00
maraflush
d3e5245441
Document the location of the documentation ( #2306 )
...
* add notes to explain the documentation is split in two on cutter.re repository and the Cutter repository
2020-07-22 11:05:21 +03:00
karliss
6ba1834f6d
Update version number to 1.11.0-rc1. ( #2313 )
2020-07-21 22:00:34 +03:00
Itay Cohen
d964594498
Improve contribution guidelines ( #2293 )
...
* Improve contribution guidelines
2020-07-19 22:23:00 +03:00
karliss
6294343e6e
IDE setup instructions and comparison ( #2290 )
2020-07-18 09:05:41 +03:00
karliss
8c52627312
Graph optimize placment ( #2255 )
...
Add optional placement optimization pass which tries to push everything together and ignores the grid.
2020-07-03 20:09:37 +03:00
Surendrajat
4685f4faaf
Rename a context menu item ( #2267 )
2020-06-27 21:51:05 +03:00
Surendrajat
061636d714
Update Cutter compilation documentation ( #2238 )
...
* add linux dependencies to the list
* make a common git clone section
2020-06-20 19:24:11 +03:00
karliss
cd42adc832
Use cmake for linux DEPLOY build. ( #2223 )
...
* Add cmake script for building and installing translations.
* Improve APPIMAGE related path handling.
2020-06-17 12:35:26 +03:00
karliss
837dd63e6b
Horizontal graph ( #2234 )
...
* Create adapter for converting vertical layout into horizontal
* Fix edge spacing override for edges going out of switch statement.
* Update documentation.
2020-06-06 02:06:38 +03:00
karliss
54ecc33ca9
Rewrite part of graph layout code ( #2207 )
...
* Rewrite node placement and edge routing parts of graph layout code
* Document the high level structure of layout algorithm
* Tighter layout and less edge crossings
* Better worst case memory and CPU usage
2020-06-03 18:36:44 +03:00
tobigrimm
cd6fc26ed1
Cmdline option to open a file in write mode ( #2216 )
...
* Added an option to directly enable write mode via -w/--writemode to the command line option parser
2020-05-28 14:33:19 +03:00
Itay Cohen
bfec29f825
Toggle Console Widget and clear output ( #2213 )
...
* Add shortcuts to toggle Console and clear its output
* Update the docs
Co-authored-by: Kārlis Seņko <karlis3p70l1ij@gmail.com>
2020-05-25 12:19:05 +03:00
karliss
0ea5d6fa4b
Add UI for managing layouts ( #2211 )
...
* Add dialog for deleting and renaming layouts.
* Add documentation.
Co-authored-by: Itay Cohen
2020-05-24 01:12:32 +03:00
Itay Cohen
6f75fa1a71
Add menu options for changing IO mode ( #2187 )
2020-05-23 14:41:12 +03:00
karliss
3545f059f1
Rewrite layout management code ( #2172 )
...
* Use QDockWidget::toggleViewAction instead of custom solution.
* Improve new dock placement.
2020-05-22 14:49:34 +03:00
NIRMAL MANOJ C
1181f7ff5c
Cutter RC Editor - Part B (basic editor) ( #2162 )
2020-05-20 23:38:20 +03:00
Itay Cohen
a68ce67b2a
Use "analysis" for -A option ( #2203 )
2020-05-17 22:34:38 +03:00
karliss
1aad797722
Update version number 1.10.3-pre2 -> 1.10.3 ( #2185 )
2020-05-08 19:51:36 +03:00
karliss
a3661fa259
Update version to 1.10.3-pre2 . ( #2171 )
2020-04-29 23:17:22 +03:00
logankonopatzke
d6be2624d3
Fix issue with backslash being used in place of forward slash ( #2170 )
2020-04-28 10:37:35 +03:00
karliss
6135fc7024
Add option for not loading plugins ( #2160 )
...
* Separate commandline parsing from rest of logic.
* Add options for not loading plugins.
2020-04-21 00:22:10 +03:00
karliss
b69dff0fcd
Add commandline option for disabling stdout redirection ( #2144 )
...
* Add option for disabling stdout and stderr redirection.
* Add command line option description to documentation.
2020-04-17 15:02:44 +03:00
itayc0hen
e7691eb956
Rename "Open" to "Map File" and "New" to "New Window"
2020-04-08 00:10:31 +03:00
Itay Cohen
4f64980834
Fix redundent word in the docs ( #2114 )
2020-03-26 20:53:58 +01:00
itayc0hen
394b6ca8d1
Update docs for cmdRaw and cmdRawAt
2020-03-25 19:12:18 +02:00
itayc0hen
8501d03615
Version 1.10.3-pre
2020-03-24 13:00:36 +02:00
optizone
e50eddb8cd
Implement some of w? commands in HexWidget ( #1854 )
...
* Implement write commands in hex widget
* Add cmdRawAt and seekSilent
* Document patching context menu
Co-authored-by: itayc0hen
Co-authored-by: Kārlis Seņko
2020-03-19 11:36:36 +02:00
Itay Cohen
f8a29e27cb
Improve cmake building instructions to support older versions ( #2095 )
2020-03-13 18:50:39 +02:00
ITAYC0HEN
b78df947d0
Version 1.10.2
2020-03-10 11:02:52 +02:00
karliss
58d9e52662
Adjust menu documentation structure. ( #2080 )
...
* Adjust menu documentation structure.
2020-03-03 19:03:49 +02:00
Itay Cohen
45f7f33780
Add initial user documentation and improve layout and style ( #2078 )
2020-03-02 20:06:28 +01:00
karliss
50d2aba129
Update developer documentation ( #2076 )
...
* Update developer documentation
* Create a separate section for developer documentation
* Add first-time contribution guide
2020-03-01 21:47:34 +02:00