Skip to content

Commit ed2c42d

Browse files
committed
Update the README now that the plugins have been moved to master
1 parent 8df5ee8 commit ed2c42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAMBO: A Low-Overhead Dynamic Binary Modification Tool for ARM
44
News
55
----
66

7-
* 2020-02-22: We've presented our CC paper about MAMBO's API (see *publications* below). The relevant code is available in the `memcheck` branch.
7+
* 2020-02-22: We've presented our CC paper about MAMBO's API (see *publications* below) and the [`cachesim` (an online cache simulator)](/plugins/cachesim) and [`memcheck` (a memory error checker)](/plugins/memcheck) plugins.
88
* 2018-04-11: We've presented our ICPE paper. The slides are available [here](https://github.com/beehive-lab/mambo/releases/download/1/slides_icpe_2018.pdf).
99
* 2018-01-23: We've ran a tutorial on using MAMBO's API at HiPEAC 2018. The slides are available [here](https://github.com/beehive-lab/mambo/releases/download/1/mambo_tutorial_hipeac_2018.pdf).
1010
* 2017-04-24: An address decoder for load and store instructions was added to the API: `mambo_calc_ld_st_addr()`. It allows plugin developers to automatically obtain the base address of all data memory accesses. This API function is available for all supported instruction sets: A32, T32, A64. Its usage is demonstrated in the `plugins/mtrace.c` plugin.

0 commit comments

Comments
 (0)