Skip to content

Commit

Permalink
0.31-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLab committed Jul 20, 2022
1 parent 24b9f45 commit 4c5a75f
Show file tree
Hide file tree
Showing 39 changed files with 52,940 additions and 514 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
3 changes: 3 additions & 0 deletions binpython_config/help.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Customize Help Text
----
(-h option)
2 changes: 2 additions & 0 deletions binpython_config/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
print("BINPython " + ver + "-" + releases_ver + " By:XINGYUJIE[https://github.com/xingyujie/binpython] AGPL-3.0 Releases")
print("Python " + platform.python_version())
3 changes: 3 additions & 0 deletions binpython_config/welcome.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
setwindowtitle("BINPython Template")
print("BINPython " + ver + "-" + releases_ver + " (Python Version:" + platform.python_version() + ")By:XINGYUJIE https://github.com/xingyujie/binpython[Running on " + platform.platform() + " " + platform.version() + "]")
print('Type "about", "help", "copyright", "credits" or "license" for more information.')
7 changes: 7 additions & 0 deletions binpython_plugin/function.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#base info
print("aaaaa")
def simpleplugin():
print("Hi, BINPython")
binpython_plugin_name("Example BINPython Plugin")
binpython_plugin_anthor("BINPython")
binpython_plugin_description("A simple BINPython plugin Example")
1 change: 1 addition & 0 deletions binpython_plugin/pluginconfig.binpython
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
binpython_plugin_loadmain("function.py")
5,284 changes: 5,284 additions & 0 deletions build/binpythonfull/Analysis-00.toc

Large diffs are not rendered by default.

3,446 changes: 3,446 additions & 0 deletions build/binpythonfull/EXE-00.toc

Large diffs are not rendered by default.

3,439 changes: 3,439 additions & 0 deletions build/binpythonfull/PKG-00.toc

Large diffs are not rendered by default.

Binary file added build/binpythonfull/PYZ-00.pyz
Binary file not shown.
Loading

0 comments on commit 4c5a75f

Please sign in to comment.