RocketDev

Results 22 issues of RocketDev

It was when I was using my program equipped with `jintellitype` on other's computer when it got crashed, telling me that some dependencies are missing, causing a unexpected error. I...

**VERSION: JRE 1.8; JFOENIX 8.0.10** Is there any methods to change the bar of progress bar now? Could you create a new version, map tag `-fx-accent` to `.progress bar >...

I fixed zsh completion which is not working properly (like #549), now files can be completed. What's more, I add a feature that when triggering `Tab` where dependencies should be...

要是我不翻官方说明就卡关了(笑哭)

**Describe the bug** Check the screenshot below. Ghidra could resolve symbols in disassembly, but the decompilation is so redundant. Arguments pushed onto the stack piled up and significantly impact my...

While tackling chanllenges, I find that some useful funtions like unpack 6 bytes of recv, processing pointers xored with `fs:[0x30]` not implemented yet. Could anyone tell me if these funtions...

feature
good first issue

After glibc 2.35, one of exploitable paths is FSOP, utilizing unchecked vtable for `_IO_wide_data`. This PR brings related structures in Python and convenient methods to create out-of-box payload. WIP.

I have a WIP fork to add a feature of WideData exploit in FILE, and it strikes on me that I need to create a funtion to merge structures into...

feature

### 提交 Issue 前检查清单 - [X] 已经尝试执行 `hexo clean`,问题仍然存在 - [X] [已经更新到主题最新版本](https://redefine-docs.ohevan.com/getting-started#%E6%9B%B4%E6%96%B0) - [X] [如果刚更新完主题出现此问题,已经确认同步了主题配置文件](https://redefine-docs.ohevan.com/getting-started#%E8%BF%81%E7%A7%BB%E9%85%8D%E7%BD%AE) ### Bug 描述 例如选择`atom-one-dark`,diff在深色主题下的颜色表现十分糟糕,但是highlight.js官方预览界面下颜色合适;看起来选择的配色方案与官方预览不同 ### 复现方法 在`_config.redefine.yml`中设置相关配色 ```yml code_block: # irrelevant settings skipped highlight_theme: #...

bug
high priority

I'd like to reproduce the pathsin pickles, but some errors occurred. At the beginning, I guessed it was because of my python is latest, but when I used virtualenv to...