aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-08 11:47:03 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-08 11:47:03 +0000
commit11b88d35f89bcc679b09562b566478271137d649 (patch)
treea4077ccb545bd6b72918c33ed76ea29da3160334 /.gitmodules
parentadded new options to delf (diff)
downloadmutator-11b88d35f89bcc679b09562b566478271137d649.tar.gz
mutator-11b88d35f89bcc679b09562b566478271137d649.zip
faultreiber is a submodule now. it generates binary file format parsers in C. the memory management side of faultreiber is not implemented yet since im on the fence on how to do it. faultreiber along with tablegen will completely automate the process of adding new file formats to bruiser.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index b4dd2d7..a58e1d1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "bruiser/LuaJIT"]
path = bruiser/LuaJIT
url = https://github.com/LuaJIT/LuaJIT
+[submodule "bruiser/faultreiber"]
+ path = bruiser/faultreiber
+ url = https://github.com/bloodstalker/faultreiber