函数逻辑报告 |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-27 09:47:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:arch_uprobe_analyze_insn - instruction analysis including validity and fixups.*@auprobe: the probepoint information.*@mm: the probed address space.*@addr: virtual address at which to install the probepoint* Return 0 on success or a -ve number on error.
函数原型:int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, unsigned long addr)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct arch_uprobe * | auprobe | |
struct mm_struct * | mm | |
unsigned long | addr |
856 | ret等于uprobe_init_insn(auprobe, & insn, is_64bit_mm(mm)) |
873 | 当:Adaptations for mhiramat x86 decoder v14. ( & insn)恒等于0x9d |
876 | 当:Adaptations for mhiramat x86 decoder v14. ( & insn)恒等于0xc3 |
877 | 当:Adaptations for mhiramat x86 decoder v14. ( & insn)恒等于0xcb |
878 | 当:Adaptations for mhiramat x86 decoder v14. ( & insn)恒等于0xc2 |
879 | 当:Adaptations for mhiramat x86 decoder v14. ( & insn)恒等于0xca |
880 | 当:Adaptations for mhiramat x86 decoder v14. ( & insn)恒等于0xea |
881 | fix_ip_or_call等于0 |
882 | 退出 |
883 | 当:Adaptations for mhiramat x86 decoder v14. ( & insn)恒等于0x9a |
886 | 当:Adaptations for mhiramat x86 decoder v14. ( & insn)恒等于0xff |
892 | fix_ip_or_call等于0 |
893 | 退出 |
896 | 默认 |
901 | fixups或等于fix_ip_or_call |
903 | ops等于default_xol_ops |
904 | 返回:0 |
名称 | 描述 |
---|---|
prepare_uprobe |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |