rizin/binr
dequis 08ff4e493a Always use ut32 for unix timestamps. Also handle endianness properly
Because it turns out sizeof(time_t) is 8 in 64 bit platforms, but that
results in really broken 'pt' results, where half of the lines are
'invalid date'

Also, endianness handling was swapped in the case of 'pt' and
non-existent in the case of 'rax2 -t' (the latter actually did a weird
hack to swap endianness twice and get valid results).

Now rax2 -t supports the -e parameter to swap endianness.

The usage of r_mem_copyendian with r_print now matches what's done
in other places, with !p->big_endian instead of p->big_endian,
because 0 means swap and 1 means do nothing. Terrible function.

This also fixes some valgrind warnings about uninitialized values
(when copying 4 bytes to a 8 byte time_t)
2015-05-01 10:28:23 +02:00
..
blob Fix android build and bin/d installation issue 2015-02-23 01:55:35 +01:00
old.rarc2 Fix shellcheck problem in scripts 2015-04-29 10:46:22 +02:00
preload Cleanup preload/alloc a bit 2015-03-08 01:54:12 +01:00
r2agent fix r2agent when run without -s 2014-09-28 03:30:29 +02:00
rabin2 Fix #762 2015-04-19 21:54:25 +02:00
radare2 Handle <directory> in r2 as an alias for cd /path;r2 -- 2015-03-23 00:41:50 +01:00
radiff2 Add radiff2 -CC for deeper bindiffing 2015-04-07 04:12:18 +02:00
rafind2 Fix #1945 - Add wide string search to rafind2 2015-02-04 03:28:28 +01:00
ragg2 Fix #1345 - Cleanup some offensive fortunes 2014-11-10 06:04:46 +01:00
rahash2 Revert "Fix CID 1293128" 2015-04-19 00:20:02 +03:00
ranal2 Re-enable ranal2 build 2014-11-10 03:55:44 +01:00
rarun2 Implement aek, aef, Add scr.responsive, esil.status and esil.romem config vars 2014-09-11 04:18:23 +02:00
rasign2 Add some Jam files and merge rsign into ranal 2013-12-31 05:30:39 +01:00
rasm2 Load r2e plugins with rasm2 too 2015-04-23 00:56:59 +02:00
rax2 Always use ut32 for unix timestamps. Also handle endianness properly 2015-05-01 10:28:23 +02:00
Makefile Add 'rmd' target, enhace io_self and add library version to libr2.so 2014-11-22 02:51:35 +01:00
rules.mk Honor zip configure linkage 2015-02-23 01:07:05 +01:00