Skip to content

Commit 4c5a75f

Browse files
committed
0.31-canary
1 parent 24b9f45 commit 4c5a75f

39 files changed

+52940
-514
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

binpython_config/help.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Customize Help Text
2+
----
3+
(-h option)

binpython_config/version.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
print("BINPython " + ver + "-" + releases_ver + " By:XINGYUJIE[https://github.com/xingyujie/binpython] AGPL-3.0 Releases")
2+
print("Python " + platform.python_version())

binpython_config/welcome.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
setwindowtitle("BINPython Template")
2+
print("BINPython " + ver + "-" + releases_ver + " (Python Version:" + platform.python_version() + ")By:XINGYUJIE https://github.com/xingyujie/binpython[Running on " + platform.platform() + " " + platform.version() + "]")
3+
print('Type "about", "help", "copyright", "credits" or "license" for more information.')

binpython_plugin/function.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#base info
2+
print("aaaaa")
3+
def simpleplugin():
4+
print("Hi, BINPython")
5+
binpython_plugin_name("Example BINPython Plugin")
6+
binpython_plugin_anthor("BINPython")
7+
binpython_plugin_description("A simple BINPython plugin Example")
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
binpython_plugin_loadmain("function.py")

build/binpythonfull/Analysis-00.toc

+5,284
Large diffs are not rendered by default.

build/binpythonfull/EXE-00.toc

+3,446
Large diffs are not rendered by default.

build/binpythonfull/PKG-00.toc

+3,439
Large diffs are not rendered by default.

build/binpythonfull/PYZ-00.pyz

4.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)