TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

IJON Deep State Space Explorer

3 点作者 nhellman超过 1 年前

1 comment

nhellman超过 1 年前
The link to the paper seems to be broken but it is openly available at IEEE explore: <a href="https:&#x2F;&#x2F;ieeexplore.ieee.org&#x2F;document&#x2F;9152719" rel="nofollow">https:&#x2F;&#x2F;ieeexplore.ieee.org&#x2F;document&#x2F;9152719</a><p>The paper explores manually guiding AFL-based fuzzers using annotations in the source code in order to more easily reach deep states.<p>The Super Mario Bros example highlighted in the git repo uses a modified version of a C++ variant converted from disassembly of the original game: <a href="https:&#x2F;&#x2F;github.com&#x2F;MitchellSternke&#x2F;SuperMarioBros-C&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;MitchellSternke&#x2F;SuperMarioBros-C&#x2F;</a><p>In this example, the only guidance used is an annotation that maximizes the x-position while accounting for different y-positions, allowing it to faster complete the game levels: <a href="https:&#x2F;&#x2F;github.com&#x2F;RUB-SysSec&#x2F;ijon-data&#x2F;blob&#x2F;c75433e1ce5252363803c2a9a221ee99808f796f&#x2F;SuperMarioBros-C&#x2F;source&#x2F;Main.cpp#L340">https:&#x2F;&#x2F;github.com&#x2F;RUB-SysSec&#x2F;ijon-data&#x2F;blob&#x2F;c75433e1ce52523...</a>