Skip to content

Commit e04042c

Browse files
Update cURL (#825)
Co-authored-by: Antoine Rybacki <15911822+Lifeismana@users.noreply.github.com>
1 parent fa926e2 commit e04042c

3 files changed

Lines changed: 846 additions & 2 deletions

File tree

rules.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Coherent_Gameface_OR_Prysm = (?:^|/)cohtml\.windowsdesktop\.dll$
251251
CRIWARE[] = (?:^|/)data(?:1|000)?\.cpk$
252252
CRIWARE[] = \.(?:sfd|usm|adx|acb|awb)$
253253
CRIWARE[] = (?:^|/)cri_ware_unity\.dll$
254-
cURL = curl(?:module|lib|d|-4|-ttv|-x64|64|_pluginw64_release)?\.(?:dll|exe|lib|so|so\.4|so\.4\.5\.0)$
254+
cURL = curl(?:module|lib|d|-?[34]|-ttv|-x64|64|_pluginw64_release)?\.(?:dll|exe|lib|so|so\.[34]|so\.[34]\.[0-9]{1,3}\.[0-9]{1,3})$
255255
DirectStorage = (?:^|/)dstorage\.dll$
256256
Discord = (?:^|/)(?:lib)?discord(?:|-rpc|_game_sdk)\.(?:dll|dylib|so)$
257257
EpicOnlineServices = (?:^|/)(?:lib)?eossdk

tests/GenerateTestStrings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$Added = false;
2727

2828
// Skip generating certain regexes
29-
if( $Name !== 'MUS_OGG' && $Name !== 'Bitsquid' && $Name !== 'Python')
29+
if( $Name !== 'MUS_OGG' && $Name !== 'Bitsquid' && $Name !== 'Python' && $Name !== 'cURL')
3030
{
3131
foreach( $RuleRegexes as $Regex )
3232
{

0 commit comments

Comments
 (0)