首页
社区
课程
招聘
[求助]winafl -debug 生成log文件 出现WARNING: Target function was never called. Incorrect target_offset?
发表于: 2022-8-25 16:32 16689

[求助]winafl -debug 生成log文件 出现WARNING: Target function was never called. Incorrect target_offset?

2022-8-25 16:32
16689

原文是昵称大佬的文章(Orz)
https://bbs.pediy.com/thread-265958.htm   

 

进行-debug的命令
(文件均在同一目录)  

1
..\source\repos\DEMO\x64\Debug> my_dir\dynamorio\build32\bin32\drrun.exe -c winafl.dll -debug -coverage_module AssistantTools.dll -coverage_module P2PBase.dll -target_module DEMO.exe -target_method fuzz_method -fuzz_iterations 10 -nargs 1 -- DEMO.exe test.torrent


log文件信息
图片描述

 

cpp文件编译方式是使用vs2019
(没有使用昵称大佬的编译方式
是因为生成的exe文件进行-debug时显示is for the wrong architecture)
图片描述
  
代码没有进行修改
dynamorio版本9.0.1
vs版本2019.v16

 

winafl.dll、DEMO.cpp、DEMO.exe、test.torrent、AssistantTools.dll、P2PBase.dll
均已放至附件中

{{{(>_<)}}}


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 1
支持
分享
最新回复 (6)
雪    币: 50
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
2
本机环境是win11
尝试使用win10运行
输出log文件内容正常
这是为啥(⊙﹏⊙)
2022-8-26 11:22
1
雪    币: 50
活跃值: (1045)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
3
我之前也遇到过这种情况,个人觉得是dynamorio不兼容win11环境
2022-8-29 11:23
0
雪    币: 258
活跃值: (1747)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
问题解决了吗?
2023-1-29 12:21
0
雪    币: 0
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
5
用 -target_offset试试呢
2023-1-29 14:43
0
雪    币:
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
6

我也遇到了一样的问题,Module Load里面P2PBase和AssisstantTools两个DLL在dynamorio(drrun)里面都没加载上,然后换成dynamorio8.0.0-1的源代码重新编译dynamorio和winafl就行了

最后于 2023-7-21 09:32 被Joe1sn编辑 ,原因:
2023-7-20 17:25
0
雪    币: 612
活跃值: (3784)
能力值: ( LV12,RANK:200 )
在线值:
发帖
回帖
粉丝
7
都2023年了,怎么还有人在用AFL
2023-7-23 13:46
0
游客
登录 | 注册 方可回帖
返回
//