about summary refs log tree commit diff
path: root/README.md
blob: c62ef7b1c187ee61932ae5e130d35da0cedbd122 (plain)
1
2
3
4
5
6
7
8
9
10
11
# genetic_r2_bots

building r2 bots using genetic algorithms

## r2wars

The goal of r2wars is to place two bots in as shared memory space and let
them battle against each other until one of them cannot run anymore, because
of some kind of broken instruction.

A more informal README can be found [here](https://github.com/radareorg/radare2-extras/tree/master/r2wars).