This tool aids in auditing .net c# code by creating configuration files for each identified assembly that specifies the code to not be jitted.
- Open dnspy and attach to target process
- From the navigation window: Debug->Windows->Modules
- Highlight all modules in the window and right click -> copy
- Paste your clipboard buffer into modules.txt
- run nojit.ps1 as admin
This is important when debugging with dnspy so that we can see all variables, something to this effect: