Skip to content

Commit 9c235dd

Browse files
LifeismanaMichaelHinrichs
andcommittedSep 3, 2024·
Add BugTrap (#360)
Co-authored-by: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com>
1 parent 67ec974 commit 9c235dd

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
 

‎descriptions/SDK.BugTrap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**BugTrap**](https://www.codeproject.com/Articles/14618/Catch-All-Bugs-with-BugTrap) is a tool to catch unhandled exceptions in .NET code.

‎rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ Azure_Playfab_Party[] = (?:^|/)XPlatCppWindows\.dll$
250250
BASS = (?:^|/)(?:bass(?:flac|midi)?\.dll|libbass\.(?:dylib|so))$
251251
Bink_Video = (?:^|/)bink2?w(?:64|32)?\.dll$
252252
Box2D = (?:^|/)box2d\.(?:(?:XNA\.)?dll|txt|wasm)$
253+
BugTrap = (?:^|/)BugTrapU?(?:-x64)?\.dll$
253254
CEF = (?:^|/)libcef\.(?:dll|so)$
254255
Coherent_Gameface_OR_Prysm = (?:^|/)cohtml\.windowsdesktop\.dll$
255256
CRIWARE[] = (?:^|/)data(?:1|000)?\.cpk$

‎tests/types/SDK.BugTrap.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
bin/BugTrap.dll
2+
AMysticalLandSAC/BugTrapU.dll
3+
game/binaries/x64/bugtrap.dll
4+
Release/bin/BugTrapU-x64.dll
5+
/bugtrap-x64.dll
6+
/BugTrapU.dll
7+
/bugtrapu-x64.dll
8+
BugTrap.dll
9+
BugTrap-x64.dll
10+
BugTrapU.dll
11+
BugTrapU-x64.dll

‎tests/types/_NonMatchingTests.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ Engine.BuildInfo_Win32_retailxdll
166166
Engine.BuildInfo_Win32_retail_dllxdll
167167
Engine.BuildInfo_Win64_retailxdll
168168
Engine.BuildInfo_Win64_retail_dllxdll
169+
BugTrap.dl
170+
BugTrap_dll
171+
BugTrap-x6.dll
172+
BugTrapN.dll
173+
ugTrap.dll
169174
Unity.Entities.dlll
170175
TotallyAwesomium.dll
171176
Awesomium.dlls

0 commit comments

Comments
 (0)
Please sign in to comment.