ams_mitm: add ns:web mitm for HBL web support

This commit is contained in:
Michael Scire
2019-03-26 11:35:50 -07:00
parent ad8acaefec
commit 4ccb39a228
12 changed files with 583 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ enum MitmModuleId : u32 {
MitmModuleId_FsMitm = 0,
MitmModuleId_SetMitm = 1,
MitmModuleId_BpcMitm = 2,
MitmModuleId_NsMitm = 3,
/* Always keep this at the end. */
MitmModuleId_Count,