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

Add Enum Support to Ghidra Decompiler Interface #3

Merged
merged 9 commits into from
Nov 29, 2023
Merged

Conversation

Flipout50
Copy link
Collaborator

No description provided.

@Flipout50 Flipout50 marked this pull request as ready for review November 21, 2023 00:57
@Flipout50 Flipout50 requested a review from mahaloz November 21, 2023 00:57
@mahaloz
Copy link
Member

mahaloz commented Nov 21, 2023

@Flipout50, your PR is outdated to main. You gotta rebase.

git checkout main
git pull
git checkout <this_branch_name>
git rebase main

<open in PyCharm, go to commit tab, merge shit as you need to, after every time you merge everything you:>
git rebase --continue 

<once done>
git push -f

Copy link
Member

@mahaloz mahaloz left a comment

Choose a reason for hiding this comment

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

Rebase

@Flipout50
Copy link
Collaborator Author

weird ok, thought I did that right before

yodalib/decompilers/ghidra/interface.py Outdated Show resolved Hide resolved
@Flipout50 Flipout50 requested a review from mahaloz November 22, 2023 01:23
yodalib/decompilers/ghidra/interface.py Outdated Show resolved Hide resolved
yodalib/decompilers/ghidra/interface.py Outdated Show resolved Hide resolved
Copy link
Member

@mahaloz mahaloz left a comment

Choose a reason for hiding this comment

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

SO CLOSE, just one more thing to edit

yodalib/decompilers/ghidra/interface.py Outdated Show resolved Hide resolved
@mahaloz mahaloz merged commit f681372 into main Nov 29, 2023
@mahaloz mahaloz deleted the feat/enum_support branch January 7, 2024 06:46
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