Skip to content

Some improvements on code analysis and usability. #4

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chkp-alexandrsh
Copy link

While analyzing some malware sample we weren't able to find all references we need. After digging through source code of flutter-re-demo scripts we found way to improve parsing of assembler code and to increase usability, a little bit.

Here is full list of proposed changes:
Add: parsing of some previously unsupported assembler constructions of accessing Dart objects through X27 (aarch64 only)
Add: saving of key information during dynamic analysis and using saved information by IDA scripts (file dump_info.json)
Cng: one field for unknown Dart object struct is set to offset, it could bring more references

…f accessing Dart objects through X27 (aarch64 only)

 Add: saving of key information during dynamic analysis and using saved information by IDA scripts (file dump_info.json)
 Cng: one field for unknown Dart object struct is set to offset, it could bring more references
Copy link

@Djonesr1 Djonesr1 left a comment

Choose a reason for hiding this comment

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

Djonesr

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