Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Slzdude/behinder_source
Behinder3.0 Beta4 源码(Decompile and Fixed)
https://github.com/Slzdude/behinder_source
Last synced: about 2 months ago
JSON representation
Behinder3.0 Beta4 源码(Decompile and Fixed)
- Host: GitHub
- URL: https://github.com/Slzdude/behinder_source
- Owner: Slzdude
- Created: 2019-09-10T06:00:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T07:29:28.000Z (about 4 years ago)
- Last Synced: 2024-07-30T14:17:35.088Z (3 months ago)
- Language: Java
- Homepage:
- Size: 1.12 MB
- Stars: 205
- Watchers: 6
- Forks: 91
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Slzdude/behinder_source - Behinder3.0 Beta4 源码(Decompile and Fixed) (Java)
README
# Behinder3.0 Beta4 源码
冰蝎3.0Beta4的源码(Decompile & Fixed)
为了让表哥们用的开心,进行了简单的逆向工程和修复
当然不能忘了支持原作者: [Behinder](https://github.com/rebeyond/Behinder)
## 目前进度
- | 时间 | 内容 |
| ------------- | ------------------------------------------------------------ |
| 2020年8月18日 | 编译修复,暂未进行功能测试,如果有表哥能帮忙进行功能测试,感激不尽,同时把ASM升级到了最新版,不知道为啥原作者还在用3.3.1的老版本,但是我也没对升级之后的功能进行测试。 |
| 2020年8月19日 | 同步更新Behinder v3.0 Beta4的代码,修复Payload无法加载的问题 |
| 2020年9月1日 | 修复Linux支持,在Manjaro Gnome+OpenJDK8的环境下测试通过 |## 运行截图
![1](doc/1.png)
## Tips
### IDEA Gradle Console中文乱码解决方案
打开Help>Edit Custom VM Options
添加
-Dfile.encoding=UTF-8
解决原文链接
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004976119-idea-build-console-display-Chinese-in-garbled-code
### Linux下无法识别JavaFX的问题
Linux下需要手动安装JavaFX
```
# Manjaro/ArchLinux
sudo pacman -S java8-openjfx```