Thomas Bailleux
fa3ecb3334
fix issue #9123 with grep [n-] ( #9141 )
2018-01-07 04:00:59 +01:00
securisec
3eb5b57cdf
Create monokai
2018-01-04 17:40:19 +01:00
pancake
68f7e54d2e
Fix build
2018-01-02 19:31:02 +01:00
pancake
3c67ec8f5d
Fix #9044 - Honor graph.* on all color themes
2017-12-30 03:44:32 +01:00
pancake
34ffd014f4
Better graphs, bringback t/f, add ^to seek to the begining and updated help
2017-12-30 00:50:25 +01:00
SkUaTeR
467eaed971
Add timeout to readchar_win
2017-12-29 19:55:34 +01:00
pancake
b49314a94b
Add graph.edges, bringback the linemode=0 and add the graph+dis mode
2017-12-29 11:22:22 +01:00
pancake
74c2e7fdc8
Minor random fixes here and there for graph, twilight theme and mmx esil
2017-12-29 11:19:56 +01:00
pancake
ffb6753dac
Initial pseudo for MMX
2017-12-28 20:18:02 +01:00
Ziyaddin Sadigov
d4dd6fd5e6
Fix typo regarding byte size ( #9067 )
2017-12-27 18:33:58 +01:00
pancake
df4ddfc745
Fix last covs
2017-12-20 15:05:33 +01:00
pancake
0b1e8eaecc
Fix almost all warnings from the msvc build
2017-12-19 00:18:39 +01:00
pancake
d2b13c7764
Fix crash when loading the dark theme (thanks asan)
2017-12-18 15:26:25 +01:00
pancake
0851129765
Implement r_cons_readchar_timeout. wink wink
2017-12-18 02:44:51 +01:00
Jacob Robie
526894a222
Fixes issue where grep is eaten by first command that executes ( #9022 )
...
* Fixes issue where grep is eaten by first command that executes instead of the command it was associated with
* Minor bug and formatting fixes
2017-12-15 01:06:16 +01:00
pancake
bf9c5f96d9
Upgrade sdb (renames mht to dict)
2017-12-13 03:07:22 +01:00
Florian Märkl
9fb5399363
scr.html: do not print <br /> at the end ( #9001 )
2017-12-11 10:11:56 +01:00
pancake
d355a9c93e
Bring back the canvas trimming and fix again visual glitch with 1 node graphs
2017-11-26 02:25:57 +01:00
mrpaja
c2653f8afe
Fix whitespace issue, when using the tab complete
2017-11-26 01:35:58 +01:00
pancake
c830c67a08
Fix rendering interactive visual graph with only 1 node
2017-11-26 01:32:52 +01:00
pancake
8852a501db
Fix colors in asm.cmtright=0 and honor fc in disasm offsets and flag colors
2017-11-24 23:52:22 +01:00
pancake
f371229fe0
Oops scr.fps was already there :D show it in graph view too
2017-11-24 00:55:18 +01:00
pancake
04c492a60c
Add usrcmt on all themes
2017-11-16 11:48:15 -05:00
Francesco Tamagni
49e7045473
Tweak pink theme ( #8845 )
...
- more readable “call” color scheme
- add “usrcmt”
2017-11-16 10:28:04 -05:00
pancake
18f51c3460
Initial support for ec usrcmt -> user comments have different color
2017-11-10 08:07:05 +01:00
josediazfer
ce0b254a77
Removed RCons warning and missing a convertion to w32 unicode ( #8794 )
2017-11-06 11:10:06 +01:00
pancake
1db0c10f8e
Fix regression in feat_grep
2017-11-04 16:15:50 +01:00
pancake
a9b4bb76fb
Fix #8778 - Honor escaping ':' in ~ and make it smarter to have better grepping
2017-11-04 12:57:12 +01:00
xarkes
7e063d0b47
Added theme for cutter
2017-10-22 12:21:12 +02:00
pancake
54a766a751
More makefile fixes for android and mingw32
2017-10-19 01:54:44 +02:00
xarkes
0ee7073122
Fixed Bold color ascii parsing
2017-10-15 10:45:25 +02:00
Srimanta Barua
41ce16b314
added curved corners ( #8660 )
2017-10-08 13:09:27 +02:00
pancake
9bc8c9ba6d
Fix memleak in RCons.grep
2017-10-05 12:44:56 +02:00
Michael Scherer
8849412c47
Do not crash on half formed json filter ( #8641 )
...
Fix #8640
2017-10-04 13:08:58 +02:00
andrey.torsunov
0ddf622dd5
#7894 update grep documentation
2017-10-04 09:47:32 +08:00
pancake
34bdab65b7
Pressing _ in RCons.less enters the HUD mode
2017-09-26 11:53:16 +02:00
Rene Laemmert
fcdf5793f1
Fix node glitches in graph with magic numbers ( #8578 )
2017-09-22 09:12:01 +02:00
pancake
c09e0f3748
Fix leak in cons_setattr
2017-09-17 01:41:27 +02:00
pancake
829009a339
Revert "fix leak in cons/canvas:set_attr by strdupping everything"
...
This reverts commit 00074b3a44
.
2017-09-17 01:41:08 +02:00
Rakholiya Jenish
00074b3a44
fix leak in cons/canvas:set_attr by strdupping everything
...
fix formatting
2017-09-15 14:32:07 +08:00
Rakholiya Jenish
11e13f1c95
Fix node and edge overlapping issue in graph mode ( #7948 )
...
* initial work on fixing overlapping issues in graph mode
* better vertical gap calculation and minor fixes
* fix backedges overlapping issue
* fix backedge height and remove unnecessary functions
* horizontal graph
* add edge info for update graph size
graph size for horizontal layout
* fix leaks in agraph_print_edges
2017-09-12 15:41:30 +02:00
Fangrui Song
63731e9e81
Add help for ~:[s]-[e] show lines s-e & fix #8164 recursive help ( #8474 )
...
* Move r_core_cmd_help features to grep.c:r_cons_cmd_help to avoid dependency on r_core from r_cons
* Beautify r_cons_cmd_help & fix wp? & p?
* Fix #8164 recursive help (and add partial support for ??* ???*) & NULL terminate fz? Sl? Sr?
The support for ???* is partial because the current ad-hoc command
parser is obscure and hard to extend.
2017-09-12 11:05:24 +02:00
pancake
9f7c98b5f8
scr.rainbow is false by default and color enhanced
2017-08-31 01:30:37 +02:00
pancake
7d4db495eb
Initial implementation of scr.rainbow for disasm and hexdump
2017-08-31 01:11:34 +02:00
pancake
4ab226a91b
Fix #8340 - shift-tab in V! is working again
2017-08-27 19:31:30 +02:00
alvarofe
d4ee6f6e95
Fix crash due to freeing memory not allocated
...
This is not the right solution though
2017-08-27 00:56:12 +02:00
Fangrui Song
4721f6760e
Fix a leak on r_cons_instance.grep.str ( #8324 )
2017-08-26 19:46:05 +02:00
Giovanni
3851e7ea20
13 coverity bugs fixed. ( #8303 )
...
* 1372431 Unused value
* 1372425 Unused value
* 1372412 Dereference before null check
* 1372410/1372409 Resource leak
* 1372400 Dereference before null check
* 1372391/1372398 Resource leak
* 1372397 Dereference before null check
* 1372394 Resource leak
* 1372390 Dereference before null check
* 1372379 Dereference before null check
* 1372304 Resource leak
* 1372298: Out-of-bounds read & 1355090: Untrusted array index read
* 1372290 Dereference null return value
* 1372283 Missing break in switch
* fixed mistake.
2017-08-24 13:31:27 +02:00
pancake
fd7dfad154
More fixes
2017-08-19 17:16:54 +02:00
Fangrui Song
a82a239275
Fix leaks in rcons and annotated hexdump
2017-08-13 14:01:00 +02:00