-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b357486
commit bba34ef
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pe-sieve
updated
11 files
+2 −0 | CMakeLists.txt | |
+2 −0 | pe_sieve.cpp | |
+2 −2 | pe_sieve_ver_short.h | |
+80 −17 | scanners/thread_scanner.cpp | |
+4 −1 | scanners/thread_scanner.h | |
+2 −2 | stats/entropy_stats.h | |
+16 −0 | utils/process_symbols.h | |
+101 −0 | utils/syscall_extractor.cpp | |
+70 −0 | utils/syscall_extractor.h | |
+21 −3 | utils/threads_util.cpp | |
+5 −1 | utils/threads_util.h |