Skip to content

Commit

Permalink
Add loader
Browse files Browse the repository at this point in the history
  • Loading branch information
citronneur authored and unknown committed Aug 4, 2022
1 parent 6e95d42 commit b78d62e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
[submodule "ghidra/eBPF-for-Ghidra"]
path = ghidra/eBPF-for-Ghidra
url = https://github.com/Nalen98/eBPF-for-Ghidra.git
[submodule "loader/eBPF_processor"]
path = loader/eBPF_processor
url = https://github.com/cylance/eBPF_processor.git
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ add_subdirectory(ghidra)
# The IDA plugin
add_subdirectory(yagi)

# Add third party loader
add_subdirectory(loader)

# Tests
if(BUILD_TESTS)
add_subdirectory(tests)
Expand Down
1 change: 1 addition & 0 deletions loader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/eBPF_processor/ebpf.py" DESTINATION "procs")
1 change: 1 addition & 0 deletions loader/eBPF_processor
Submodule eBPF_processor added at c5295d

0 comments on commit b78d62e

Please sign in to comment.