Skip to content

Commit

Permalink
style: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed May 14, 2021
1 parent 3fb76d7 commit f8dc719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_dist.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rem @ECHO OFF
@ECHO OFF

:: Download Components
ECHO Create Temp directory for some downloads
Expand Down
1 change: 1 addition & 0 deletions install-raccine.bat
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ GOTO MENU
ECHO.
ECHO Uninstalling Registry patches ...
REGEDIT.EXE /S reg-patches\raccine-reg-patch-uninstall.reg
ECHO Killing the Raccine related processes
TASKKILL /F /IM Raccine.exe
TASKKILL /F /IM RaccineSettings.exe
TASKKILL /F /IM RaccineRulesSync.exe
Expand Down
2 changes: 1 addition & 1 deletion yara/in-memory/gen_loaders.yar
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ rule Reflective_DLL_Loader_Aug17_4 {
$s2 = "<H2>Operating system: %s<H2>" fullword ascii
$s3 = "<H2>System32 dir: %s</H2>" fullword ascii
condition:
1 of them
2 of them
}

0 comments on commit f8dc719

Please sign in to comment.