pancake
405d56e5b9
Fix #764 - rahash2 -a all show empty hashes
2014-04-05 12:31:58 +02:00
pancake
d1dd21ea9e
Fix statically link of libgdbr
2014-03-03 19:09:40 +01:00
pancake
c24543f112
Add rahash2 -e
2014-02-05 12:07:27 +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
f48b810989
Fix #552 - Segfault with negative rahash2 -i
2014-01-18 02:06:56 +01:00
pancake
4a5165f232
Add missing Jamroot files in binr/
2014-01-03 01:03:39 +01:00
pancake
1681982d34
Fix android linkage of r_zip
2013-11-14 23:32:34 +01:00
pancake
cbecfb8f4a
Initial import of rahash2 '-S' seed and '-i' iterations
2013-11-02 11:49:32 +01:00
pancake
629c64c851
Fix 'dr=' columns width for 64bit registers
2013-10-31 01:53:17 +01:00
pancake
a1a2e38363
Fix #243 - rahash2 -s flag order matters
2013-10-06 18:55:02 +02:00
pancake
ee36691017
Oops
2013-09-07 02:23:28 +02:00
pancake
18cc767292
More emscripten/android build fixes
2013-09-07 02:20:38 +02:00
pancake
3aa549ecb0
Share version function between all commands. Fix #76
2013-04-04 02:32:13 +02:00
pancake
735a4f7a4a
Fix -h and manpages. Kill rsc2 and rasc2 from binr/
2013-04-02 12:11:20 +02:00
pancake
dc7289e1f3
Fix rabin2 -O help, rahash2 -a all -s, add filter input
...
Added input filter in r_cons/dietline to avoid trashy chars
rahash2 -s now works with multiple -a
2013-03-10 14:27:01 +01:00
pancake
50408b2e8a
Add rahash2 -q and fix -a crc32 endianness issue
2013-03-05 19:59:29 +01:00
pancake
27c38164cf
Fix race condition in make and exit status of rahash2
2013-03-04 00:44:46 +01:00
pancake
242b820647
rahash2 accept multiple files, fixes for http_client and r_num_rand
2013-03-03 17:28:06 +01:00
pancake
b6b756521d
Add rahash2 -n to specify number of blocks instead of blocksize
2013-02-28 09:50:59 +01:00
pancake
25529090fe
Add xxhash algorithm and add rahash2 -L
2013-02-25 03:23:13 +01:00
pancake
d5c68d9766
Add rafind2 -Z, fix rasm2 -dfB, check chroot() return in rarun2
2013-02-14 20:08:42 +01:00
pancake
fe50744f7e
Fix crash when trying to rahash directories
2013-02-12 09:41:53 +01:00
pancake
b5ee410124
Fix offset in randomart for rahash2
2013-02-12 02:55:22 +01:00
pancake
84270da643
Add randomart print mode (pk/pK commands and rahash2 -k)
...
Random code cleanup
Remove borders in webui/two
2013-02-12 02:42:34 +01:00
pancake
4c2ad6cd58
Fix build
2013-01-23 00:51:25 +01:00
pancake
562480a01d
Fix build again O:) (thanks vsp)
2012-12-29 19:27:08 +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
bc572ce3df
* QNX/arm port (this is bb10 and playbook devices)
...
- no debugger support yet
2012-06-01 14:50:24 +02:00
earada
b1f1ee2e33
* Update manpages
2011-12-02 03:43:08 +01: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
508963677b
* Fix linking
2011-10-06 10:09:12 +02:00
pancake
3b8c1e1b32
* Add support for incremental hashing in rahash2
...
- Enables working with huge files
- Use -B to per-block-hash
* Initial dummy for 'ax' command
* Add 'pdb' command
2011-09-27 10:27:13 +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
0eb0eabd19
* Do not dist w32 test bins
...
* rahash2 now depends on r_io
- support for huge files is wip
* Handle offset in afl command
* Fix libs.mk syntax issue
2011-09-23 12:25:06 +02:00
pancake
62cd212ba1
* Fix non-PIC/static build (apply Glyn patches)
...
* Fix entropy multiplication bug (Thanks Glyn!)
* btw.. previous patch added asm.case eval var
2011-09-08 15:47:05 +02:00
Nibble
0f8cc36a58
* Fix build
...
- Add r_db to DEPS in Makefiles
2011-09-04 11:49:32 +02:00
pancake
12af78ccee
* Fix build, reduce warnings and add some checks
2011-08-30 19:12:49 +02:00
pancake
a050b58797
* Show progress bar in entropy calculation output of rahash2
...
- Allow per-block hash calculation instead of only full file
2011-08-13 18:09:39 +02:00
pancake
d471bd6da2
* Handle entropy hash type from rahash2
2011-02-16 14:18:31 +01:00
pancake
6d515cc1a8
* Update and reorder TODO tasks
...
* Added r_file_mmap() functions in r_util
* Do not hash files bigger than 10MB
* Fix abspath() return value and signature
2010-11-17 21:15:34 +01:00
pancake
a6629c610c
* Fix static compilation on Linux systems
...
- Not really portable, needs some work to fix w32 build
2010-11-10 03:55:27 +01:00
pancake
9b2d428d1b
* Initial hello world for rarc2 in ARM with GAS working
...
- Few changes needed to work with rasm
* Cleanup some warnings
* Handle foo() as a function definition, so emit frame in rarc
2010-09-15 10:50:43 +02:00
pancake
eb0ce8208d
* Initial implementation of '=' command
...
- Deprecate the useless '|' one
* Added rap.loop config var to wait for connections in loop
* All data operations in rap are now bounded to RMT_MAX
* Protocol implementation compatible with r1
- Many endian hacks.. must take care of
* Use blocking operations for reading network packets
2010-08-23 06:39:23 +02:00
pancake
2f09509630
* Fail when binr build fails somewhere
...
* userconf R2_VERSION
* Implement some more # hashing algorithms
2010-07-15 13:34:53 +02:00
pancake
eb05e6a6b2
* Move all the r2 programs into binr/
...
- Little cleanup of the build system
2010-05-29 03:30:36 +02:00