-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+
classSysKernelSetHook()
: for ?virusAnalysisHook
?`cxx/ClassSys.hxx`: +`classSysKernelSetHook()`: , usage is `classSysSetHook(func, callback);` effect is `%s/function(...)/classSysKernelCallback(...)/` /* `virusAnalysisHook()` will use this */ +`classSysKernelCallback<Func, Callback>` /* returns `(callback(...) ? function(...) : decltype(function(...))())` */ ?`cxx/VirusAnalysis.cxx`: -`lambdaScan`, +`virusAnalysisImpl`: C++11 does not allow to use lambda in new lambdas. +`lambdaScanExecv`, `+lambdaScanCreateProcessA`: operating system specific lambdas. ?`virusAnalysisHook`: use `classSysKernelSetHook(*, lambdaScan*)` to scan files which you execute. Is progress to issues #1, #8 (both about `VirusAnalysis.cxx`). Is followup to: commit a8c9f9b ("?virusAnalysisHook `s/[] (/auto lambdaScan = [] (/`)"). ?`posts/VirusAnalysis.md`: include all this.
- Loading branch information
1 parent
a8c9f9b
commit f69c1ee
Showing
3 changed files
with
103 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters