Ruikai Liu
Ruikai Liu
设计之初是参考xposed,hook代码采用插件的形式,运行时通过DexClassLoader动态加载。目前基本没有问题 但是现在有些人要把hook代码与app放在一起,这样做目前是不支持的。具体原因和能否解决,还得等将来有时间再去看。用这个issue统一跟踪。
如果hook了String.startsWith()方法, 在调用原方法callSuper时,会调用isArt();但isArt()里还会调用String.startsWith(),如此便造成无穷递归调用,应用无反应。 类似地,callSuper()中的某些调用如果被hook了并且hook方法中还有callSuper(),应该都会造成递归
**Describe the bug** Deliminator char appeared in path string is not escaped and would lead to parse failure. **To Reproduce** ```bash touch `echo -en "/tmp/aaaa\x17"` ``` **Expected behavior** Kernel module...
Hi, `XstreamDeserializationConfig.getSourceDiscovery()` returns a `SimpleSourceDiscovery`, which still takes `SimpleSerializableDecider` as its decider instead of `XstreamSerializableDecider`. So the sources discovered might be incomplete even if I use `--config xstream`.