mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
e76216e92a
* Add STATIC_DEBUG and RUNTIME_DEBUG config.mk variables - Mirrored in C as R_DEBUG and R_RTDEBUG - Defines IFDBG and IFRTDBG macros - used in r_lib, checks for RLIB_RTDEBUG environment variable * Added -f and -L flags to radare2 * Added initial dummy work on r_crypto module - Added 'aes' algorithm * Added EXTRA_TARGETS and EXTRA_CLEAN targets in makefiles to build extra programs or libraries in a single directory * Initial working stuff with hg's bdiff.c - Working as a line based diffing tool. 'linediff' - Added 2 files for testing linediff * Prefix io plugins with io_ - Added ewf and shm io plugins * Prefix lang plugins with lang_ |
||
---|---|---|
.. | ||
t | ||
crc16.c | ||
crc32.c | ||
crc32.h | ||
crca.c | ||
entropy.c | ||
hamdist.c | ||
hash.c | ||
hash.h | ||
Makefile | ||
md4.c | ||
md5.h | ||
md5c.c | ||
sha1.c | ||
sha1.h | ||
sha2.c | ||
sha2.h | ||
state.c |