lazymio
lazymio
**按照优先级排列** - [x] 解决CQ的原生log严重的thread-unsafe问题 - [x] 配置读取独立出来,用jsoncpp读取 - [x] 修改说明文档,说明新的安装/配置/参与开发的方法 - [x] 支持解析TG中Forward的信息 - [x] 支持静态图片互转 - [x] 不要字符串拼接了,用格式化字符串 - [ ] ~~点对点,点对组转发~~ - [ ] 联系人转发 - [ ]...
Sometimes the error might happen in an included file and thus `x.location.file` is the actual file where the error happens.
## Checklist ### Which kind of PR do you create? - [x] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [ ]...
## Checklist ### Which kind of PR do you create? - [x] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [ ]...
This in fact implements timeclock interrupt for Qiling(Unicorn) and thus can be used in mcu and multithreaded. Still work in progress but any review is highly welcome.
This is my PoC of `pimpl` improvements of @elicn's #1629. Thanks for his brilliant work which break down much coupled & nasty code into a much cleaner design! It is...
As title. Still WIP.
Have you tried ApplePS2SmartTouchpad.kext to make the touchpad work well?
Qiling uses `0x90000000` for linux `mmap` base address: https://github.com/qilingframework/qiling/blob/b3293e131c38202c252d0dea34819a7f4026dd0e/qiling/profiles/linux.ql#L21 According to mips memory layout: https://training.mips.com/basic_mips/PDF/Memory_Map.pdf `0x90000000` is reserved for kseg0, which userspace programs shouldn't use. Previously, Unicorn included a dirty...
v2.1.0 Plan
Hey community! Finally, I got some time on releasing the next version, v2.1.0. So far, my top priority todo list includes: - [x] Fully support M1, including CI, binary release...