ohyeah521

Results 79 comments of ohyeah521

另外,这个能否hook其他进程的Assembly.Load方法,并对内容进行dump?

> 我用VS2019下载完之后直接编译没问题,你怎么还在用2013 我升级一下试试。

换到vs2019测试了一些没问题,但是还有个问题,能否hook Assembly.Load方法呢?然后在这里dump这哥内容到文件 例如:hook mscorlib.dll 文件的中 namespace System.Reflection 下的 public Module LoadModule(string moduleName, byte[] rawModule) 函数,然后dump rawModule到文件中

@Acris 一个vps最多可以连接多少用户同时使用?

@jiangdongguo 有个问题,后台播放mp3 ,肯定对耗电有影响,但是具体影响到什么程度不知道。有什么办法测试吗? 本工程在Android4.4.4手机下测试,程序直接崩溃。 @abbenyyyyyy 业务层可以单独在启动一个service,在AliveJobService中检测你的业务service是否存活 ,如果不存活就启动,这样就可以了。

try this command: `sudo ./build.sh --board=rock-5b --project=preinstalled-desktop --kernel=rockchip-5.10 --release=jammy`

Thanks for your reply, looking forward to the release of the new version, this will be very useful

very practical, can you add an apk application icon extraction function?

I hope to add the following function. I wrote a rough function usage for your reference ``` apk = ApkFile(sys.argv[1]) # input apk file path apk.get_app_name() # get app label...

Yes, my project integrates androidguard, because I need some detailed information of apk, but androidguard is at a disadvantage in the fight. I paid attention to this project to fight...