pancake
8efab9329b
Fix build
2015-06-02 02:47:14 +02:00
pancake
878f81dca1
Fix radiff2 -g regression and some code cleanup
2015-05-19 17:41:09 +02:00
Kai Renken
56df8c1592
small fix
2015-05-19 14:12:33 +02:00
Kai Renken
720cedd59c
some cleanups on radiff2 json output preparation for #1594
2015-05-19 14:12:33 +02:00
dequis
e8a555bf46
radiff2: update help to reflect that -f was renamed -n
...
It was changed in 4c1253b
but that commit missed the help part
2015-05-06 23:02:42 +02:00
pancake
061a2af999
Add radiff2 -CC for deeper bindiffing
2015-04-07 04:12:18 +02:00
pancake
25518385be
Fix radiff2 -g: buffer was not flushed
2015-04-07 02:24:24 +02:00
pancake
7292fbab40
Fix PE and Brainfuck crashes related to RBinInfo
...
- Fix warn in radiff2
2015-03-27 17:18:15 +01:00
Kai Renken
db4abd8f6b
Fix #2061 - Add JSON style output to radiff2
2015-03-27 11:44:06 +01:00
pancake
12ea9734b5
Fix about 15 more random COVs
2015-03-21 02:04:49 +01:00
pancake
4c1253b0c5
Use radiff -n for numeric addresses instead of function names
2014-12-26 19:28:55 +01:00
Andrew McDonnell
841a00e0d1
Add option to radiff to suppress names
2014-12-26 19:26:06 +01:00
pancake
b91d1d9eca
Fix #1556 - radiff2 -x dump issue
2014-10-28 11:54:58 +01:00
pancake
4c4173769b
Revert "Fixing the issue where file size exceeds size of an integer":
...
3adb00621b
e2afa84443
0761955fdb
17cc18fad0
135c62fb5d
2014-09-20 15:33:59 +02:00
dso
e2afa84443
Update radiff2.c
2014-09-18 09:03:42 -05:00
Adam Pridgen
135c62fb5d
Fixing *most* warnings related to the change in r_file_slurp
2014-09-17 22:37:54 -05:00
jvoisin
029c11a4b5
Minor cleaning of radiff2
2014-08-20 19:47:03 +02:00
jvoisin
9f18c219a6
Optimize radiff2 -g off1,off2
...
- Less than one sec now versus more than 15 before
- Code is cleaner (no more "r_core_cmdf")
- Colours are now correct
- Fix `radiff2 -C`
2014-08-20 03:51:10 +02:00
jvoisin
6a1c06738d
Enable bindiff between two offsets
2014-08-19 04:43:54 +02:00
jvoisin
80168c933b
Fix CID 1134538
2014-05-11 13:18:33 +02:00
pancake
ee276298b2
Fix memleaks in radiff2, segfaults in 8051 and aagraph
2014-05-09 03:06:05 +02:00
pancake
08d94e38e1
Plugins are now loaded from API, not from Core constructor
2014-04-03 12:43:30 +02:00
pancake
a727663f98
Add radiff2 -a and -b flags
2014-03-19 10:41:13 +01:00
pancake
53edf7c17d
Merge RCmd inside RCore
2014-03-18 00:05:44 +01:00
pancake
d1dd21ea9e
Fix statically link of libgdbr
2014-03-03 19:09:40 +01:00
pancake
5b4f0db2e5
Fix #602 - Radiff2 -C should display a legend
2014-02-18 15:39:06 +01:00
pancake
802e808072
Merge libr/lib into libr/util and add r_sys_environ API
2014-01-18 02:42:23 +01:00
pancake
13ea5e467d
More Jamroot files and move vm out
2013-12-31 15:57:52 +01:00
pancake
7f28befc04
Fix static build
2013-12-31 05:40:16 +01:00
pancake
1681982d34
Fix android linkage of r_zip
2013-11-14 23:32:34 +01:00
pancake
e63271e688
Fix build
2013-11-06 01:36:40 +01:00
pancake
bec4f5b63a
Fix radiff2, Ps segfaults and ARC syntax
...
- Fix some nullptr derefs on uninitialized graphdiff structs
- 'ar' is now r_cons compliant and rnum friendly (add arj)
- Fix some arc disasm syntax issues
- Fix segfault when saving analysis info in projects
- ARCompact analysis needs to be rewritten
2013-10-24 13:59:19 +02:00
oblique
e21b70ab85
radiff2: fix show count
2013-04-11 22:11:48 +03:00
pancake
735a4f7a4a
Fix -h and manpages. Kill rsc2 and rasc2 from binr/
2013-04-02 12:11:20 +02:00
pancake
007faa5f61
Fixes in radiff2
2013-03-03 17:47:07 +01:00
pancake
8186395ebd
Fix rax2 -S and ragg2-cc -x, better radiff2 error msg
...
rax2 -S is now obeying 0 input length for stdin streams
ragg2-cc -x is now working properly (needed rax2 -S)
Fix stupid parsing bug introduced in previous commit in armass
2013-02-19 21:21:39 +01:00
pancake
4c2ad6cd58
Fix build
2013-01-23 00:51:25 +01:00
pancake
3540924f40
Better paralelization of build system
2012-10-04 01:20:00 +02:00
pancake
69a12884ed
Simplify the build system
...
doc.sw has been moved to radare2-extras
2012-10-03 14:31:35 +02:00
pancake
5a80b9c13b
Fix ragg2-cc on osx, implement radiff2 -r
2012-09-21 02:47:07 +02:00
pancake
4909348b6e
Fix disasm and autocomplete af* commands
...
Fix typos in help messages
Show 'b' where breakpoints are
2012-09-20 23:32:20 +02:00
pancake
bc572ce3df
* QNX/arm port (this is bb10 and playbook devices)
...
- no debugger support yet
2012-06-01 14:50:24 +02:00
pancake
14f85bd76f
* Import Glyn Kennington's patch for the build system
...
- Use absolute paths everywhere and simplify Makefiles
2011-11-03 11:49:50 +01:00
pancake
2ef1abb974
* Add -t flag to radiff2 to select code diffing match threshold
2011-10-20 02:14:35 +02:00
pancake
3b9420fad8
* More stuff to make --with-sysmagic work
2011-10-18 18:12:17 +02:00
pancake
04cbf68819
* Fix segfault in elf (thanks @earada!)
...
* Make cg and cgo work
* Added r_anal_diff_setup_i()
- Fixed bindings
2011-10-16 13:59:05 +02:00
pancake
6c0318fa86
* Honor LIBDIR in syscall/d and magic/d
...
* Show similarity distance in radiff2 -C output
* Add -O flag to radiff2 to use diffops
* Diffing threshold for basic blocks and functions is now configurable
* Explicitly delete the asm object from the nodejs example
2011-10-14 10:09:53 +02:00
pancake
508963677b
* Fix linking
2011-10-06 10:09:12 +02:00
pancake
9884ce9db0
* Initial support for Android NDK build (fix build)
...
- Not yet runnable, but compiles against bionic
2011-09-25 06:57:13 +02:00
pancake
cfccb47b0f
* Fix build
2011-09-11 00:42:59 +02:00