mirror of
https://github.com/whoeevee/ivinject.git
synced 2026-01-09 00:25:03 +01:00
First commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace ivinject.Features.Injection.Models;
|
||||
|
||||
internal static partial class RegularExpressions
|
||||
{
|
||||
[GeneratedRegex(@"([\/@].*) \(.*\)", RegexOptions.Compiled)]
|
||||
internal static partial Regex OToolSharedLibrary();
|
||||
}
|
||||
Reference in New Issue
Block a user