首页
社区
课程
招聘
[求助]bytecode view java bytecode忽然报错了。
发表于: 2018-3-19 09:46 2782

[求助]bytecode view java bytecode忽然报错了。

2018-3-19 09:46
2782

一直用着好好的,但是忽然报错了,看样子是没有配置对python环境,但是 我确定python环境已经配置了,而且也选择了。但是还是报这个错,麻烦大家帮忙看看,卡了一天了 好着急。

/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/disassemble.py': [Errno 2] No such file or directory

Exit Value is 2
Bytecode Viewer Version: 2.9.8

java.io.FileNotFoundException: /Users/roy/.Bytecode-Viewer/bcv_temp/qprmTwYSTEJsGWWgKJVPaelBsNntxVfe/com/miui/zeus/b/a/b$a$a.j (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileReader.(FileReader.java:72)
at me.konloch.kontainer.io.DiskReader.loadAsString(DiskReader.java:62)
at the.bytecode.club.bytecodeviewer.decompilers.KrakatauDisassembler.decompileClassNode(KrakatauDisassembler.java:87)
at the.bytecode.club.bytecodeviewer.gui.ClassViewer$15.doShit(ClassViewer.java:1306)
at the.bytecode.club.bytecodeviewer.gui.PaneUpdaterThread.run(PaneUpdaterThread.java:16)


[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 1262
活跃值: (270)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
看着像是找不到文件。
can't  open  file  '/disassemble.py':  [Errno  2]  No  such  file  or  directory
Exit  Value  is  2
最后于 2018-3-19 09:55 被有影编辑 ,原因:
2018-3-19 09:53
0
雪    币: 5330
活跃值: (5424)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
3
嗯。  确实是找不到这个py文件,  但是我已经配置了2.7的环境了。好难受。
2018-3-19 09:55
0
雪    币: 5330
活跃值: (5424)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
4
搞定了,拿了源码重新编译了一份  可以了。。。
2018-3-19 16:11
1
游客
登录 | 注册 方可回帖
返回
//