pancake
11ca51269f
Initial import of the nodejs build system (far from complete)
2013-07-17 20:03:41 +02:00
pancake
be46b9da31
Initial support for truecolor (xterm only)
...
Add e scr.truecolor variable
Add !! command to save history
Add ec: command to randomize palette
Minor rgb trash fix,
2013-07-17 19:34:27 +02:00
pancake
a1123b6a69
Added default color paletes for rcons
...
Added 'ecf':load colorschemes
Added VE visual menu to configure colors
r_cons_rgb_parse() needs a rewrite
2013-07-17 03:51:53 +02:00
Anton Kochkov
e81d4e900d
Fixed "cmp" opcode colorization
2013-07-17 03:30:11 +04:00
Aitor P. Iturri
8e2f68fbda
Added Java JNI install support
2013-07-17 00:07:34 +02:00
Anton Kochkov
2f7224f64d
Added colorization for flows
2013-07-17 01:45:38 +04:00
Anton Kochkov
00c3c70f3b
Implement functions flow lines colorization
2013-07-17 00:38:02 +04:00
pancake
ea742aee77
Implement analysis for x86-64 LEA reg+delta references
2013-07-16 19:11:19 +02:00
Anton Kochkov
77e2c0c34a
Fix ARCompact ELFs loading
2013-07-16 20:10:07 +04:00
Anton Kochkov
8c9af77581
Added ARCompact analysis
2013-07-16 20:10:07 +04:00
pancake
d694014146
Minor fix for sdb sync
2013-07-16 17:48:26 +02:00
pancake
94f9e4e8de
Fix sdb version and lua-install message
2013-07-16 17:43:07 +02:00
pancake
6205dc349a
Fix lua bindings build
2013-07-16 08:20:58 +02:00
pancake
e236f0cf5a
Fix ELF regression issue
2013-07-15 18:07:42 +02:00
pancake
8dcce510a3
Fix bindings
2013-07-15 03:13:01 +02:00
pancake
dc8e37f420
Update sdb, simplify some makefiles
2013-07-15 02:51:55 +02:00
pancake
209ac5696c
Fix '$' alias command (thanks alxchk for reporting)
2013-07-13 01:13:23 +02:00
Anton Kochkov
cec9c39ce8
ARCtangent A4 analysis fixes [2]
2013-07-13 00:07:27 +02:00
pancake
eda345219f
Swap pb/pB
2013-07-12 01:04:05 +02:00
pancake
e2537b9484
New command: 'pB', the px-like pb (xvilka idea)
2013-07-12 00:29:27 +02:00
Anton Kochkov
d04dbde9fc
ARCtangent A4 analysis fixes
2013-07-12 01:46:29 +04:00
Anton Kochkov
cec6d5aa75
Fix for ARCtangent A4 relative address calculation
2013-07-11 03:23:58 +04:00
Anton Kochkov
eaa0e66fbe
More ARCtangent A4 analysis
2013-07-11 02:55:17 +04:00
Anton Kochkov
253b3f136d
Fix for local labels
2013-07-11 02:55:16 +04:00
pancake
21ed694196
Fix and update ARM Thumb2 disassembler
2013-07-10 09:40:42 +02:00
pancake
5cc7466191
Enhace rasm2 -D output
2013-07-08 03:38:44 +02:00
pancake
8ba04fa985
Fix 'make dist'
2013-07-07 23:03:10 +02:00
Anton Kochkov
c39e6aee82
Added local labels reference display
2013-07-07 01:59:41 +04:00
Anton Kochkov
ad882d1ba3
Fixed indentation
2013-07-07 00:35:49 +04:00
Anton Kochkov
90ffe45826
Fixed colorization for ROR and ROL
2013-07-06 12:06:08 +04:00
pancake
17c6c6bfab
Implement flagspace selection
2013-07-05 09:36:25 +02:00
pancake
6cadbbcd40
Allow to force screen size, more work on r2wui
...
Add scr.columns, scr.rows eval vars to force screen size
Fix rightpanel menu glitch in r2wui
Add calculator in assembler panel
Fix open-rightpanel button in main panel
2013-07-05 01:45:45 +02:00
pancake
d8d5bab78d
Use static libgcc for mingw32 builds
2013-07-05 00:41:02 +02:00
pancake
7c242550f6
Use $r instead of $h in visual print modes
2013-07-04 23:49:53 +02:00
pancake
11e00e438e
Fix Java class crash, better opcode colors and use $c/$r for screensize
...
Fix segfault in java class parser
Fixes in the opcode reg|num colors
$r renamed to $m (memref)
Use $c and $r for columns and rows instead of $h (height)
2013-07-04 14:08:58 +02:00
pancake
6fa47bb40f
Only colorize ops when scr.color is set
2013-07-04 03:47:19 +02:00
pancake
4815f5c9bf
Fix segfault when no file is given
2013-07-04 03:43:27 +02:00
pancake
b8f7138092
New palette in disasm, fixed 'fs*', better scr.colorops
...
Fix 'make w32'
Some more enhacements on the webui
New palette. im open to suggestions
Fixes in the scr.colorops parsing
Fix 'fs*' command
Analop now sets Type.ILL if invalid
2013-07-04 03:34:28 +02:00
pancake
2992f7c951
Add cfg.colorops and 'reg'+'num' palete elements in r_cons
2013-07-03 17:43:20 +02:00
pancake
63c57a1c99
Remove debugger program arguments limit in -22LOC
2013-07-03 16:09:50 +02:00
pancake
7cb31941a6
Fix double free when loading malformed PE file
...
FMI: https://corkami.googlecode.com/svn/trunk/src/PE/lfanew_relocW7.asm
2013-07-03 11:57:37 +02:00
pancake
e8b35ce98d
Minor enhacements for the r2wui
2013-07-03 10:31:21 +02:00
pancake
92b50950e4
Fix 'r2 -d ls /' launching program with arguments
2013-07-03 01:38:03 +02:00
pancake
9ab1e04050
Lock config var when sandbox state is locked
2013-07-02 18:59:56 +02:00
Eduardo de la Arada
8a93b6a83d
* Add relocs json output
...
* Fix rabins's homeplugdir
2013-07-01 17:05:15 +02:00
Eduardo de la Arada
f6173bdaf0
* Fix json output for undefined flags
...
* Add json output to bin_fields
* Fix typo at visual_mounts
2013-07-01 16:29:47 +02:00
pancake
b963192a31
Redefine local flags commands and minor fixes in disasm.c
...
Use Color_RESET after fcn, label and flags in disasm.c
RCore.anal_fcn_local_list() now takes RCore* as 'self'
Redesign commands to add/list/remove local flags (f.)
f.a@3: set local flag 'a' at offset 3
f. : list locals in current function
f.* : as above using radare commands output
f.** : list all locals from all functions
2013-06-30 02:45:33 +02:00
pancake
71850add41
Fix install/symstall of radare.lua
2013-06-30 00:31:26 +02:00
Anton Kochkov
4c0095550c
build workaround
2013-06-29 10:21:15 +04:00
Anton Kochkov
0711e60667
local labels inside functions - initial support
2013-06-29 10:21:15 +04:00