Skip to content

Commit

Permalink
update globals.py doc
Browse files Browse the repository at this point in the history
  • Loading branch information
blattm committed Jul 3, 2024
1 parent c3b91a6 commit fc95d20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions decompiler/frontend/binaryninja/handlers/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,12 @@
==> trust bninja lift normally
=> If a void*, then we try determine the value via get_unknown_pointer_value
- NamedTypeReferenceType
- (enum/structs
=> lifts struct members recursively
=> includes special handling of a BNinja bug when accessing certain PDB enum types
- StructType
- enum/structs
=> not supported currently
=> has a BNinja bug when accessing certain PDB enum types
=> implementation *very* similar to NamedTypeReferenceType
MISC:
- ._callers will be empty for each call of lift_global_variable
Expand Down

0 comments on commit fc95d20

Please sign in to comment.