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

Check if caller.llil is None before accessing its properties #1442

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Check if caller.llil is None before accessing its properties #1442

merged 1 commit into from
Apr 12, 2023

Conversation

xusheng6
Copy link
Contributor

Close #1441

Checklist

  • No CHANGELOG update needed
  • No new tests needed
  • No documentation update needed

import logging
import sys
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
import logging
import sys
import sys
import logging

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I ended up removing the logging from imports since it is not used at all. It was only used when I troubleshoot the issue. And its usage was removed once I get it fixed

Copy link
Collaborator

@williballenthin williballenthin left a comment

Choose a reason for hiding this comment

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

happy to merge once isort passes

@xusheng6
Copy link
Contributor Author

happy to merge once isort passes

Oh yeah I am dummy I forgot about the formatting thing. I will fix it and ask you to merge it!

@xusheng6
Copy link
Contributor Author

happy to merge once isort passes

It should be ready now. No surprise the BN related tests fail -- the action secrets are not available in builds triggered by a fork.

@williballenthin williballenthin merged commit 6ba5b2b into mandiant:master Apr 12, 2023
@williballenthin
Copy link
Collaborator

thank you!

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.

BN extractor throws exception when analyzing mimikatz.exe_
2 participants