-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/0.3.0: (67 commits) Don't strip haka patch version even if it is 0 Fix cmake dev warning about link interface on elasticsearch Fix valgrind complaint Fix module path computation when config is in current directory Bump haka version to 0.3.0 Fix cmake according to CMP0023 Don't use reserved identifier as stated by C11 7.1.3 Don't use reserved identifier as stated by C11 7.1.3 Add color to instruction dump Update capstone submodule version to 3.0 Fix capstone lib build issue Update dump instruction parameters Avoid compiling capstone if already installed Rework instruction disassembly Fix test Use capstone enum instead of integer values Update capstone sources Add instructions dump Minor cleanup Update disassembler module doc ...
- Loading branch information
Showing
235 changed files
with
3,285 additions
and
1,875 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
find_path(LIBCAPSTONE_INCLUDE_DIR capstone.h PATH_SUFFIXES capstone) | ||
find_library(LIBCAPSTONE_LIBRARY NAMES capstone) | ||
|
||
include(FindPackageHandleStandardArgs) | ||
|
||
find_package_handle_standard_args(LibCapstone | ||
REQUIRED_VARS LIBCAPSTONE_LIBRARY LIBCAPSTONE_INCLUDE_DIR) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
include("${PROJECT_SOURCE_DIR}/external/capstone/capstone.cmake") | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
debug cnx: opening connection 192.168.10.10:56748 -> 192.168.20.1:80 | ||
debug http: selecting http dissector on flow | ||
info bluring: received request for / on server | ||
info bluring: bluring: bluring response | ||
info bluring: received request for /twiki/ on server | ||
info bluring: bluring: bluring response | ||
info bluring: received request for /twiki/TWikiDocumentation.html on server | ||
info bluring: bluring: bluring response | ||
debug conn: opening connection 192.168.10.10:56748 -> 192.168.20.1:80 | ||
debug tcp: selecting http dissector on flow | ||
info external: received request for / on server | ||
info external: bluring response | ||
info external: received request for /twiki/ on server | ||
info external: bluring response | ||
info external: received request for /twiki/TWikiDocumentation.html on server | ||
info external: bluring response | ||
debug lua: closing state | ||
debug cnx: <cleanup> connection | ||
debug conn: <cleanup> connection |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
debug cnx: opening connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug cnx: opening connection 192.168.10.10:41155 -> 192.168.20.1:25 | ||
debug smtp: selecting smtp dissector on flow | ||
debug cnx: closing connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug conn: opening connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug conn: opening connection 192.168.10.10:41155 -> 192.168.20.1:25 | ||
debug tcp: selecting smtp dissector on flow | ||
debug conn: closing connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
== Mail Content == | ||
BLA BLA BLA ... | ||
MORE BLA BLA BLA ... | ||
== End Mail Content == | ||
debug lua: closing state | ||
debug cnx: <cleanup> connection | ||
debug conn: <cleanup> connection |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
debug cnx: opening connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug cnx: opening connection 192.168.10.10:41155 -> 192.168.20.1:25 | ||
debug smtp: selecting smtp dissector on flow | ||
debug conn: opening connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug conn: opening connection 192.168.10.10:41155 -> 192.168.20.1:25 | ||
debug tcp: selecting smtp dissector on flow | ||
alert: id = = <> | ||
severity = low | ||
description = forbidden mail domain | ||
debug cnx: dropping connection 192.168.10.10:41155 -> 192.168.20.1:25 | ||
debug cnx: closing connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug conn: dropping connection 192.168.10.10:41155 -> 192.168.20.1:25 | ||
debug conn: closing connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug lua: closing state | ||
debug cnx: <cleanup> connection | ||
debug conn: <cleanup> connection |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
debug cnx: opening connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug cnx: opening connection 192.168.10.10:41155 -> 192.168.20.1:25 | ||
debug smtp: selecting smtp dissector on flow | ||
debug cnx: closing connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug conn: opening connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug conn: opening connection 192.168.10.10:41155 -> 192.168.20.1:25 | ||
debug tcp: selecting smtp dissector on flow | ||
debug conn: closing connection 192.168.10.10:56704 -> 192.168.20.1:80 | ||
debug lua: closing state | ||
debug cnx: <cleanup> connection | ||
debug conn: <cleanup> connection |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
debug cnx: opening connection 192.168.10.1:53684 -> 192.168.20.1:80 | ||
info Filter: Authorizing trafic on port 80 | ||
debug cnx: opening connection 192.168.10.1:53685 -> 192.168.20.1:80 | ||
info Filter: Authorizing trafic on port 80 | ||
debug cnx: opening connection 192.168.10.1:53686 -> 192.168.20.1:80 | ||
info Filter: Authorizing trafic on port 80 | ||
debug cnx: opening connection 192.168.10.1:53687 -> 192.168.20.1:80 | ||
info Filter: Authorizing trafic on port 80 | ||
debug cnx: opening connection 192.168.10.1:53688 -> 192.168.20.1:80 | ||
info Filter: Authorizing trafic on port 80 | ||
debug cnx: opening connection 192.168.10.1:58446 -> 192.168.20.1:21 | ||
info Filter: Trafic not authorized on port 21 | ||
debug cnx: dropping connection 192.168.10.1:58446 -> 192.168.20.1:21 | ||
debug cnx: opening connection 192.168.10.1:58447 -> 192.168.20.1:21 | ||
info Filter: Trafic not authorized on port 21 | ||
debug cnx: dropping connection 192.168.10.1:58447 -> 192.168.20.1:21 | ||
debug cnx: opening connection 192.168.10.1:36780 -> 192.168.20.1:22 | ||
info Filter: Authorizing trafic on port 22 | ||
debug conn: opening connection 192.168.10.1:53684 -> 192.168.20.1:80 | ||
info external: Authorizing trafic on port 80 | ||
debug conn: opening connection 192.168.10.1:53685 -> 192.168.20.1:80 | ||
info external: Authorizing trafic on port 80 | ||
debug conn: opening connection 192.168.10.1:53686 -> 192.168.20.1:80 | ||
info external: Authorizing trafic on port 80 | ||
debug conn: opening connection 192.168.10.1:53687 -> 192.168.20.1:80 | ||
info external: Authorizing trafic on port 80 | ||
debug conn: opening connection 192.168.10.1:53688 -> 192.168.20.1:80 | ||
info external: Authorizing trafic on port 80 | ||
debug conn: opening connection 192.168.10.1:58446 -> 192.168.20.1:21 | ||
info external: Trafic not authorized on port 21 | ||
debug conn: dropping connection 192.168.10.1:58446 -> 192.168.20.1:21 | ||
debug conn: opening connection 192.168.10.1:58447 -> 192.168.20.1:21 | ||
info external: Trafic not authorized on port 21 | ||
debug conn: dropping connection 192.168.10.1:58447 -> 192.168.20.1:21 | ||
debug conn: opening connection 192.168.10.1:36780 -> 192.168.20.1:22 | ||
info external: Authorizing trafic on port 22 | ||
debug lua: closing state | ||
debug cnx: <cleanup> connection | ||
debug cnx: <cleanup> connection | ||
debug cnx: <cleanup> connection | ||
debug cnx: <cleanup> connection | ||
debug cnx: <cleanup> connection | ||
debug cnx: <cleanup> connection | ||
debug cnx: <cleanup> connection | ||
debug cnx: <cleanup> connection | ||
debug conn: <cleanup> connection | ||
debug conn: <cleanup> connection | ||
debug conn: <cleanup> connection | ||
debug conn: <cleanup> connection | ||
debug conn: <cleanup> connection | ||
debug conn: <cleanup> connection | ||
debug conn: <cleanup> connection | ||
debug conn: <cleanup> connection |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
add_subdirectory("iniparser") | ||
add_subdirectory("uthash") | ||
add_subdirectory("luaunit") | ||
add_subdirectory("capstone") |
Oops, something went wrong.