Skip to content

Commit

Permalink
Fixed one crash issue, added another
Browse files Browse the repository at this point in the history
  • Loading branch information
NaC-L committed Mar 22, 2024
1 parent 167025e commit fad40cd
Show file tree
Hide file tree
Showing 21 changed files with 67,290 additions and 1,190 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# cmkr
/**/CMakeLists.txt linguist-generated
/**/cmkr.cmake linguist-vendored
# Zydis
/**/Zydis/Zydis.c linguist-vendored
/**/Zydis/Zydis.h linguist-vendored
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
*.iobj
*\x64*
*.exe*
*.sln
*vcxproj*

# cmkr
build*/
cmake-build*/
CMakerLists.txt
CMakeLists.txt.user
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "linux-pe"]
path = linux-pe
url = https://github.com/can1357/linux-pe
98 changes: 98 additions & 0 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fad40cd

Please sign in to comment.