jvoisin
|
3b7d9c42fc
|
Use letters as well as numbers for ahi bases
|
2016-01-17 19:34:30 +01:00 |
|
pancake
|
dd08af0158
|
Remove unused code
|
2016-01-14 14:58:02 +01:00 |
|
Jeffrey Crowell
|
82d1ba53af
|
show the acutal function next to the variables
|
2016-01-13 09:59:31 -05:00 |
|
Jeffrey Crowell
|
2b6203e2fa
|
show the vars and args, fix a small leak.
|
2016-01-13 00:35:14 -05:00 |
|
Jeffrey Crowell
|
e8332fef8c
|
start adding var editing experience to vmenu
|
2016-01-13 00:23:49 -05:00 |
|
pancake
|
5badc6acc2
|
Show more disasm preview in Ve
|
2016-01-11 00:40:14 +01:00 |
|
Jeffrey Crowell
|
fdba4bca4d
|
prevent scrolling past end of fcn list in vmenu
|
2015-12-20 13:12:16 -05:00 |
|
Jeffrey Crowell
|
d814386aeb
|
speedup vmenu function view on long functions
|
2015-12-20 12:28:46 -05:00 |
|
Jeffrey Crowell
|
82fbd87a7a
|
fix number of fcns before you go off cons
|
2015-12-18 18:30:33 -05:00 |
|
Jeffrey Crowell
|
2ca166ae80
|
fix crash if you Vv before anal
|
2015-12-18 18:15:13 -05:00 |
|
Jeffrey Crowell
|
89ee004a8b
|
fixup vmenus (leak, full fn)
|
2015-12-18 17:41:14 -05:00 |
|
Jeffrey Crowell
|
7f1c766296
|
show full function when possible on vmenu
if we can't show the full function, just print to fill the screen
|
2015-12-18 15:53:51 -05:00 |
|
Jeffrey Crowell
|
a594c79b96
|
enhance vmenu to show entire function if possible
otherwise show some hopefully useful amount
|
2015-12-17 08:41:16 -05:00 |
|
Álvaro Felipe Melchor
|
764eb84be6
|
Fix #2905 - Handle _ in Ve
|
2015-10-23 17:12:55 +02:00 |
|
jvoisin
|
420a5c41e0
|
Fix some minor compilation warnings
|
2015-10-15 12:36:34 +02:00 |
|
pancake
|
3e9e33c565
|
Fix #3443 - Review VF?
|
2015-10-14 03:01:33 +02:00 |
|
pancake
|
d5a65fa24d
|
Initial support for VB (needs more work)
|
2015-10-12 16:11:19 +02:00 |
|
pancake
|
075efefd15
|
Add VF_ HUD for flags and comments
|
2015-10-08 14:01:07 +02:00 |
|
pancake
|
50340be871
|
Fix #3376 - Implement immbase anal hint
|
2015-09-28 01:00:06 +02:00 |
|
Jeffrey Crowell
|
92226d0650
|
Rename r_config_swap() to r_config_toggle()
closes #3309
|
2015-09-17 14:20:51 -04:00 |
|
pancake
|
4c53b919db
|
Fix #3308 - support string and files in rarun2 input
|
2015-09-17 10:46:11 +02:00 |
|
pancake
|
4e47d86de0
|
Honor wheelspeed, fix oob in vmenus and more boolification
|
2015-09-14 16:22:57 +02:00 |
|
pancake
|
b515a34676
|
More stdboolification
|
2015-09-14 12:35:38 +02:00 |
|
Maijin
|
6831dd2f6d
|
Revert "More misc cleanup"
This reverts commit 788a3b02c7 .
modifié : libr/bin/format/pe/pe.c
|
2015-08-28 20:58:21 +02:00 |
|
jvoisin
|
788a3b02c7
|
More misc cleanup
|
2015-08-28 19:13:27 +02:00 |
|
pancake
|
14eb653f8a
|
Fix Vejejjjjjjjjjjjjjjjjjjjjq issue
|
2015-07-15 01:39:00 +02:00 |
|
Riccardo Schirone
|
a6c23407b2
|
cons/cons.c: avoid printing last line
fix #2908
|
2015-07-14 18:06:55 +02:00 |
|
pancake
|
93380e5223
|
Handle JK in Ve
|
2015-07-09 02:16:25 +02:00 |
|
Anton Kochkov
|
1479aeca8e
|
Fix a few Coverity issues
Fix CID 1205204
Fix CID 1171365
Fix CID 1135001
Fix CID 1134921
Fix CID 1134848
Fix CID 1134840
Fix CID 1134824
Fix CID 1267983
Fix CID 1230038
|
2015-04-19 03:15:29 +03:00 |
|
pancake
|
abd6516601
|
Ve honors the terminal height
|
2015-04-14 03:07:57 +02:00 |
|
pancake
|
87162dc8bf
|
Add wta support for appending dump.
|
2015-04-03 04:11:26 +02:00 |
|
pancake
|
f4e3f593d4
|
Add dexdump.sh to import DEX info into r2, VF now fits in screen
And 'C' toggles color! a use-after-free has been fixed too
And more instructions are now recognized by the analysis
|
2015-03-24 03:23:56 +01:00 |
|
Jonathan Neuschäfer
|
dcc1a15749
|
more EOF fixes
|
2015-03-23 16:16:37 +01:00 |
|
pancake
|
12ea9734b5
|
Fix about 15 more random COVs
|
2015-03-21 02:04:49 +01:00 |
|
pancake
|
515b2e77bc
|
Fix about 40 COVs related to memleaks and buffer overflows
|
2015-03-21 01:27:54 +01:00 |
|
pancake
|
2716e30236
|
Implement enum and struct browsing with Vt
$ r2 -c 'td enum Foo {BAR,COW,LAW}' \
-c '"td struct Bar {int a;char *c;int c;}"' \
-cVt --
|
2015-03-18 04:15:00 +01:00 |
|
pancake
|
5cd2165633
|
Initial implementation of Vt . Still not finished
|
2015-03-17 01:29:28 +01:00 |
|
pancake
|
28d6c12043
|
V! -> V!!, VV(nofn) -> V!
- VV only opens if there's a function analized
- V! now opens the panels view
- V!! launches the 2048 game
|
2015-03-05 23:33:28 +01:00 |
|
jvoisin
|
2f6793a262
|
Coverifix
|
2015-02-18 00:29:35 +01:00 |
|
jvoisin
|
7a1975bd06
|
Add some comments for graphs + coverifix
|
2015-02-17 17:03:16 +01:00 |
|
pancake
|
b84b8e36ac
|
Make V? ignore cursor mode. Vc? is now Vdm
|
2015-02-17 11:47:24 +01:00 |
|
jvoisin
|
a193e54eac
|
Coverifix
|
2015-02-17 00:34:51 +01:00 |
|
Jeffrey Crowell
|
70ce7bcdb9
|
fix crash in VM
fixes #2092
|
2015-02-14 20:44:17 -05:00 |
|
pancake
|
3735eb66a8
|
Add VdR to find references
|
2015-02-09 03:21:47 +01:00 |
|
pancake
|
7b597ea874
|
Fix latest COVs
|
2015-02-08 00:30:25 +01:00 |
|
pancake
|
e063587ed9
|
Two tiny COVs
|
2015-02-05 10:30:46 +01:00 |
|
Jeffrey Crowell
|
bf943e8729
|
coverifix
|
2015-02-05 00:29:59 -05:00 |
|
jvoisin
|
95d9704498
|
More coverifix
|
2015-02-03 15:53:51 +01:00 |
|
jvoisin
|
249fb839fe
|
Coverifix
|
2015-01-30 22:51:01 +01:00 |
|
pancake
|
aa1fa2bc62
|
Fix some COVs
|
2015-01-29 12:16:37 +01:00 |
|