You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binpython.py
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,8 @@ def importpygame():
149
149
iflibs_warning=="1":
150
150
print("Warning: Some file manipulation libraries for BINPython do not exist, such as filecmp and tempfile. Because they weren't built when they were built. If you need to fix this warning, please complete the support libraries imported in the source code when building (use pip or build it yourself), if your system does not support these libraries, you can remove or change this prompt in the source code and rebuild")
151
151
print("")
152
+
153
+
152
154
#main BINPython
153
155
defbinpython_welcome_text():
154
156
print("BINPython "+ver+"-"+releases_ver+" (Python Version:"+platform.python_version() +") By: Edward Hsing(Xing Yu Jie) https://github.com/xingyujie/binpython[Running on "+platform.platform() +" "+platform.version() +"]")
@@ -367,6 +369,10 @@ class cmdshell(cmd.Cmd):
367
369
intro='Welcome to BINPython Shell. Type help or ? to list commands and help.\n'
'To change the software source, usage: editsouce <souceurl>. Please pay attention to the software source specification, otherwise you will get an error. <souceurl> like this: http://xxx.com/'
0 commit comments