mirror of
https://github.com/whoeevee/ivinject.git
synced 2026-01-08 23:25:03 +00:00
9 lines
259 B
C#
9 lines
259 B
C#
using System.Text.RegularExpressions;
|
|
|
|
namespace ivinject.Features.Injection.Models;
|
|
|
|
internal static partial class RegularExpressions
|
|
{
|
|
[GeneratedRegex(@"([\/@].*) \(.*\)", RegexOptions.Compiled)]
|
|
internal static partial Regex OToolSharedLibrary();
|
|
} |