From 8ef5c3ec5232b806f37805087077a4c9e212ddbf Mon Sep 17 00:00:00 2001 From: zervo Date: Fri, 15 Nov 2024 07:43:10 +0100 Subject: [PATCH] Add Resources --- Resources.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Resources.md diff --git a/Resources.md b/Resources.md new file mode 100644 index 0000000..1d6e4b0 --- /dev/null +++ b/Resources.md @@ -0,0 +1,21 @@ +### **Downloads** + +SafeExamBrowser: [https://safeexambrowser.org/download_en.html]( https://safeexambrowser.org/download_en.html) + +MonoMod: [https://github.com/MonoMod/MonoMod](https://github.com/MonoMod/MonoMod) + +Stripping/publicizing for development: [https://github.com/bbepis/NStrip](https://github.com/bbepis/NStrip) + +### **Learning Resources** + +SafeExamBrowser sourcecode: [https://github.com/SafeExamBrowser/seb-win-refactoring](https://github.com/SafeExamBrowser/seb-win-refactoring) + +MonoMod API documentation: [https://monomod.github.io/api/index.html](https://monomod.github.io/api/index.html) + +MonoMod step-by-step example implementation: [https://github.com/TROYTRON/ti-mods/blob/main/tutorials/MonoMod%20Guide.md](https://github.com/TROYTRON/ti-mods/blob/main/tutorials/MonoMod%20Guide.md) + +Example patch by MonoMod: [https://monomod.dev/docs/README.Patcher.html](https://monomod.dev/docs/README.Patcher.html) + +dnSpy decomp/analysis tool: [https://github.com/dnSpyEx/dnSpy](https://github.com/dnSpyEx/dnSpy) + +Sandbox for testing modifications (if you cant host a seb server): [https://sandbox.moodledemo.net](https://sandbox.moodledemo.net) \ No newline at end of file