YenKoc

Results 8 issues of YenKoc

请问安卓的可执行文件可以使用这套加载吗,我试着加进去代码后,发现无法加载,然后审了下源码,请问loader的功能是否实现完整了吗,那些segment(load类型)感觉怎么没有对其做处理,这里没看懂,希望楼主指点下小弟

调试老遇到指针各种指的,经常需要各种跳过去看内存,发现陈总有完善lazyida,但是使用过程中shift+g,在我这个mac ida7.6上,失效,看了下好像是这里函数还没实现好?小弟稍微改了下,使用方法就是鼠标拖中内存中对应的n个字节,shift+g自动将其填充到框中,鼠标点击jump跳转,其他机器还没测试,觉得有用感觉就pr上去了

Build command failed. Error while executing process C:\Users\yenkoclin\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C C:\Users\yenkoclin\Desktop\xcubebase_riru\module\.cxx\cmake\debug\armeabi-v7a riru_template} ninja: Entering directory `C:\Users\yenkoclin\Desktop\xcubebase_riru\module\.cxx\cmake\debug\armeabi-v7a' ninja: error: 'C:/Users/yenkoclin/Desktop/xcubebase_riru/module/src/main/cpp/armeabi-v7a/libfrida-gumjs.a', needed by 'C:/Users/yenkoclin/Desktop/xcubebase_riru/module/build/intermediates/cmake/debug/obj/armeabi-v7a/libriru_template.so', missing and no known rule to make...

I audited the source code for this project. I found index accessing the memory is not limited in some op. For instance, below is a example. ` case GPT: {...

I audited the source code for this project. I found DIV doesn't limit the zero. For instance, below is an example. ` case DIV: { registers[A] = stack[SP]; SP =...

I audited the source code for this project. I found a dead loop issue when the VM executes the JUMP function. For instance, below is an example. ` case IFN:...