Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intel PT minor fixes and improvements #2749

Merged
merged 5 commits into from
Dec 6, 2024

Conversation

Marcondiro
Copy link
Contributor

No description provided.

@Marcondiro Marcondiro marked this pull request as ready for review December 6, 2024 17:23
@@ -37,6 +37,8 @@ pub fn main() {
env_logger::init();

let target_path = PathBuf::from(env::args().next().unwrap())
.parent()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment what this is doing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, clearer now?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not super clear why this is two parents up, but good enough :D

@domenukk domenukk merged commit 6a87a9d into AFLplusplus:main Dec 6, 2024
70 of 100 checks passed
riesentoaster pushed a commit to riesentoaster/LibAFL that referenced this pull request Dec 11, 2024
* Fix build target

Create target directory if doesn't exist

* Remove filter on speculatively exec blocks

since also committed blocks can have this flag

* Add current ip_filters getter

* Fix possibile infinite loop in trace decode

* Add comment about target_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants