Skip to content

Releases: monkeylord/XServer

XServer V0.7.3-2

16 Dec 12:39
Compare
Choose a tag to compare

增加了启动提示,感谢 @miqt 大佬
added launch dialog, thanks to miqt

修复了一些BUG
fixed some bugs

XServer V0.7.3

16 Dec 11:31
Compare
Choose a tag to compare

增加了Classloader选择功能,在Known ClassLoader里点击即可切换
Added Classloader selector, click classloader in Known ClassLoader to switch to.

XServer V0.7.2

16 Aug 08:21
Compare
Choose a tag to compare

优化了应用选择功能,现在采用了共享内存机制
UI上展示Rhino接口

XServer V0.7.1

07 Jul 07:48
Compare
Choose a tag to compare

完善了HookProvider机制,移除和替换了Xposed代码,将其封装在XposedEntry内
用Frida实现了HookProvider,并加载XServer

现在XServer可以脱离Xposed框架使用了

XServer V0.7.0

02 Jul 10:02
Compare
Choose a tag to compare

主要变动:
对内部架构做了一些变更,将Xposed代码限制在XposedEntry里,其他地方使用封装后的接口,方便未来移植或使用其他Hook框架。
对接口做了一些调整,方便前后端分离,准备修改UI

功能变动:
Invoke2现在能够传递异常了(而不仅仅是正常调用结果)
修复了一些Bug,提高了稳定性

XServer V0.6.2

26 Jul 09:27
Compare
Choose a tag to compare

稳定性改进

XServer V0.6.1

24 Jul 13:55
Compare
Choose a tag to compare

批量跟踪到方法追踪的连接有点小bug,修了。

XServer V0.6.0

24 Jul 13:37
Compare
Choose a tag to compare

更加好用的批量跟踪。
使用了Vue作为前端。
(当然,一贯地没使用css)

Better Mass Monitoring.
Use Vue as front-end.

XServer V0.5.2

04 Jun 07:05
Compare
Choose a tag to compare

Add Memory Editor, can be used to extract runtime memory, like .dex / .oat / .so .
增加了内存编辑/Dump功能,用于提取运行时内存,如DEX/SO文件。

XServer V0.5.1

04 Apr 08:32
Compare
Choose a tag to compare

修复了一点Bug
对JSON进行了格式化,更可读。