Skip to content

Commit

Permalink
Comment for bninja4.0 hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartak Ehrlich committed Mar 28, 2024
1 parent 167acd5 commit 9ec27df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompiler/frontend/binaryninja/handlers/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _lift_basic_type(self, variable: DataVariable, parent: Optional[MediumLevelI
if [x for x in variable.data_refs_from]:
return self._lifter.lift(
DataVariable(self._view, variable.address, Type.pointer(self._view, Type.void()), False), view=self._view, parent=parent
)
) # Don't need to supply `callers`, will be handled by `_lift_pointer_type` automatically

type = self._lifter.lift(variable.type)
return self._build_global_variable(
Expand Down

0 comments on commit 9ec27df

Please sign in to comment.