nevermoe
nevermoe
This is a feature request. Seems Miasm IR does not support ARM's MRS / MSR instruction yet. Any plan to support these instructions in the future?
It's better to add `Content-Disposition: attachment; filename="api.json"` to response header in the case that some browsers had the vulnerability of `nosniff` bypass. But for keeping this guideline simple, maybe this...
我发现relocate考虑得不太全面,比如我hook sleep函数,sleep是thumb模式的函数,relocate的时候会增加很多不必要的nop (https://github.com/ele7enxxh/Android-Inline-Hook/blob/master/relocate.c#L271)。 而sleep函数的前几个字节是这样的: ``` .text:0002DFCE PUSH {R0-R2,LR} .text:0002DFD0 CMP R0, #0 .text:0002DFD2 IT LT .text:0002DFD4 MOVLT R0, #0x7FFFFFFF .text:0002DFD8 MOV R1, SP ``` relocate之后`IT LT`之后多了一条nop命令,`IT LT`的意思是如果小于零,则跳过下一条指令,这样`MOVLT`这条指令本来应该跳过的,现在relocate之后就变成永远无法跳过了。
Required items, please complete Change(s): - Fix Atlassian Confluence API parameter Reason for Change(s): - The audit API of confluence takes startDate and endData as a parameter. These two paramters...
When I was scanning this site, it often crashed because of illegal payloads. So I just added a try catch block to prevent crash of the server.