rizin/test/db/tools
Florian Märkl c8a6359d83
Change IL string syntax to s-expressions (#2193)
Before:
	store(key:var(v:ptr), value:add(x:load(key:var(v:ptr), mem:0),
	    y:int(value:1, length:8)), mem:0)
After:
	(store 0 (var ptr) (+ (load 0 (var ptr)) (bv 8 0x1)))

S-Expressions like this are more concise and will be trivial to parse,
in case we want a parser for this later. It is also very similar to what
BAP uses, so it will be easier to compare.
2022-01-11 10:08:41 +01:00
..
rz Reorganize map skyline segments 2021-08-03 22:44:38 +08:00
rz_agent Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
rz_asm Change IL string syntax to s-expressions (#2193) 2022-01-11 10:08:41 +01:00
rz_ax Convert ec to the rzshell (#1809) 2021-10-22 13:33:35 +08:00
rz_bin Fix the RZ_BIN_PREFIX test for Windows (#2189) 2022-01-09 13:47:38 +08:00
rz_diff RzDiff optimizations and fix #1770 (#2156) 2022-01-03 13:10:44 +01:00
rz_find Fix segfault in rz-find for multiple files (#1018) 2021-08-19 14:20:54 +08:00
rz_gg Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
rz_hash Replace AES code with Nettle one which is LGPLv3 2021-12-17 09:18:47 +01:00
rz_run Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
rz_sign [FLIRT] add info extraction 2021-12-23 17:06:55 +01:00
rz_test Add better warning messages librz/bin/format/elf/* 2021-07-23 15:11:34 +02:00