anaivebird

Results 40 comments of anaivebird

All android app with so native code need these methods(not specific to some app). Refers to https://blog.quarkslab.com/android-native-library-analysis-with-qbdi.html This method solves problem of mocking complex system call or framework lib call...

So the .so I analysis just called \_\_strlen\_\_ which he write himself which only contains jmp ds:off_56561FBC. So how qiling implement libc hooking(how qiling recognizes ds:off_56561FBC is libc.so:strlen? Does my...

``` from qiling import * import struct # def GetStringUTFChars(ql): # ql.log.info('GetStringUTFChars hooked') # # ret_addr = ql.stack_read(0) # # ret_addr = ql.mem.read(ql.reg.esp, 4) # # ql.log.info(ret_addr) # # ql.reg.eip...

https://github.com/bytedance/lightseq/tree/t5_support 这个分支上有,还没merge到master

导出可以用t5_support分支的lightseq/examples/inference/python/export/huggingface/hf_t5_export.py 推理用:lightseq/examples/inference/python/test/ls_t5.py 编译教程:https://github.com/bytedance/lightseq/blob/master/docs/inference/build.md

support on https://github.com/bytedance/lightseq/tree/mt5_support. (fp32 only)

@Him188 参照MiraiGo修复一下吧,现在大家用2.0-M1都没法登陆[https://github.com/Mrs4s/MiraiGo/commit/3a65d05f33782f6e6d3d00234f44ffd7660bea64](url) ![image](https://user-images.githubusercontent.com/29398611/102689137-d4c0bb80-4236-11eb-951c-597dddf2d4bd.png)

> 确实,我也没法登录,所有的都不行,完全不能用。 已经修了,[commit在这里](https://github.com/mamoe/mirai/commit/3252221308d5544a9b64eb23cb3d8fc4aefd03a3),只不过要下个版本才有jar包吧