diff options
author | Sunguk Lee | 2019-04-29 01:28:15 +0900 |
---|---|---|
committer | GitHub | 2019-04-29 01:28:15 +0900 |
commit | cd9be32e294b777b4227bc952bc8386e4de94f77 (patch) | |
tree | 8aeac0d4f7f0c233430ab4313073595265448fc4 | |
parent | db: Fix more duplicated NIDs (diff) | |
parent | Add SceLibMono & mono_security_enable_core_clr (diff) | |
download | vds-libraries-cd9be32e294b777b4227bc952bc8386e4de94f77.tar.gz |
Merge pull request #406 from KuromeSan/patch-4
Add SceLibMono & mono_security_enable_core_clr
-rw-r--r-- | nids/SceLibMono.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nids/SceLibMono.yml b/nids/SceLibMono.yml new file mode 100644 index 0000000..bc134de --- /dev/null +++ b/nids/SceLibMono.yml @@ -0,0 +1,8 @@ +modules: + SceLibMono: + nid: 0x25CB8DCB + libraries: + SceLibMono: + nid: 0x7344135B + functions: + mono_security_enable_core_clr: 0x02A867BC |