You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Returns an object created using the symbol_table_name and layer_name
@@ -262,6 +263,7 @@ def object_from_symbol(
262
263
symbol_name: The name of a symbol (that must be present in the module's symbol table). The symbol's associated type will be used to construct an object at the symbol's offset.
263
264
native_layer_name: The native layer for objects that reference a different layer (if not the default provided during module construction)
264
265
absolute: A boolean specifying whether the offset is absolute within the layer, or relative to the start of the module
266
+
object_type: Override for the type from the symobl to use (or if the symbol type is missing)
0 commit comments