Skip to content

Comments

changes for Ghidra 10.2#10

Open
freedomtan wants to merge 1 commit into0x36:masterfrom
freedomtan:ghidra10_2
Open

changes for Ghidra 10.2#10
freedomtan wants to merge 1 commit into0x36:masterfrom
freedomtan:ghidra10_2

Conversation

@freedomtan
Copy link

Ghidra API changed in 10.2, there is no generic.continues anymore

Ghidra API changed in 10.2, there is no generic.continues anymore
self.image_base = currentProgram.getImageBase()
self.provider = RandomAccessByteProvider(f)
self.header = MachHeader.createMachHeader( RethrowContinuesFactory.INSTANCE, self.provider )
self.header = MachHeader(self.provider)

Choose a reason for hiding this comment

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

There's a second occurrence of createMachHeader in custom_kc.py, probably worth fixing too

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