XMDS
XMDS
Leave a blank line between the two section segments?
我知道bhook更好。但我认为它太庞大了。我更喜欢xhook。。。
They were originally derived from new commands made by AlexB for the Android cleo library. As far as I know, the ioscleo library will add them in the next version,...
``` registerInlineHook(a,my_a,org_a) registerInlineHook(a,my_a2,org_a) void (*org_a)() void a() { } void my_a() { … return org_a() } void my_a2() { … return org_a() } ``` 如果更改同一个地址 执行到自己的函数,第二个函数my_a2中最后的原始a函数的指针是原始a函数还是my_a函数? 它们支持替换同一个地址,并依次执行吗?
``` LDR x17, #0x8 BR x17 addr ``` 这里使用x16 x17 x18都可,前2个状态寄存器,后1个平台寄存器。在标准的情况下,arm64下几乎不会使用它们。它们完全可以随意使用,仅手写asm的情况下才会被占用
比如查找.text的首地址 大小 查找地址属于哪个section中 也可以做一个回调获得所有section info信息
"x", I am not sure about the specific AML update time and content that should be updated, nor what content should be added in which version, some still need to...
当某个出问题或者失效时,自动切换其他的
It seems that enumeration highlighting is not supported at present, and I did not find the editing of enumeration colors in the editor. In addition, the sorting of the enumeration...