GojoSatoru

Results 10 comments of GojoSatoru

![图片](https://user-images.githubusercontent.com/49428332/191919166-1348c198-bffa-44d8-ba04-2d77fbed2983.png) 发现问题了,加密大小必须为16的倍数,修改后的代码: shellcode, _ := hex.DecodeString(scxor) var BlockNum = len(shellcode) / 16 if len(shellcode)%16 != 0 { BlockNum += 1 } _, _, err = procCryptProtectMemory.Call(uintptr(unsafe.Pointer(&shellcode)), uintptr(BlockNum*16), uintptr(0x00))

found this issue from lumen project,and looking forward to it

but sadly i cannot found any func in python sdk about lumina server

> The best solution I've found is `idautils.ProcessUiActions("LuminaPushAllMds")`. Since it's UI interaction though, you can't just call `idc.qexit(0)` afterwards: testing shows that it doesn't actually execute the request. I've used...

same issue here, did you find a way to make subfinder work?

fix by downgrading to android 12

Well I fix it myself by reading the doc. :) you can check that [https://github.com/breaking153/patching](https://github.com/breaking153/patching)

> @breaking153 测试发现修改arm指令后无法保存,随便修改j个NOP,然后 Edit-Patch Program- Applay patches to input file > > ``` > Keypatch: attempting to modify "MOV R11, #0" at 0x15888 to "nop " > Keypatch: successfully patched...

> @breaking153 Nice! How long did it take you to port this? well. it takes me about 2 hours to port it while some API just change its module,it's won't...

@ramanveerji you can just unzip it into /Plugins/dir and it will work, no need to run the command of original repo :)