Skip to content

Commit

Permalink
Skidfuscator enterprise base
Browse files Browse the repository at this point in the history
terminalsin committed May 6, 2022
1 parent dfeb768 commit 551b8cb
Showing 705 changed files with 49,775 additions and 5,606 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* text=auto

# Convert these line endings on checkout
*.java text
*.html text
*.xml text
*.MF text
*.txt text
*.md text

*.png binary
*.jpg binary
*.jar binary
*.pdf binary
*.class binary
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

56 changes: 21 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,30 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

.idea/
# Compiled classfiles
*/bin/*

# IntelliJ
.idea/*
*.iml

*.bat

export/
*/target

*AimPrediction.java
# Maven output
*/target/*

ChangeLog.txt
# Eclipse
.classpath
.project
*/.settings/*
**/bin/**

target/Artemis-1.0-SNAPSHOT-shaded.pom
# autogenerated gitignores in module folders
*/.gitignore

ZKM_log.txt
# Maven output
target/

*.sig
# Testing files
org.mapleir.main/res/
org.mapleir.main/cfg testing/
org.mapleir.main/out/
org.mapleir.main/dot/

.DS_Store
*.DS_Store
128 changes: 0 additions & 128 deletions CODE_OF_CONDUCT.md

This file was deleted.

1 change: 0 additions & 1 deletion CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 551b8cb

Please sign in to comment.