File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -834,12 +834,13 @@ def add_tag(
834
834
Function.add_tag, you'll create an "address tag". These are good for labeling
835
835
specific instructions.
836
836
837
- For tagging arbitrary data, consider :py:func:`~binaryninja.binaryview.add_tag`.
837
+ For tagging arbitrary data, consider :py:func:`~binaryninja.binaryview.BinaryView. add_tag`.
838
838
839
- :param str tag_type_name : The name of the tag type for this Tag
839
+ :param str tag_type : The name of the tag type for this Tag
840
840
:param str data: additional data for the Tag
841
841
:param int addr: address at which to add the tag
842
- :param bool user: Whether or not a user tag
842
+ :param bool auto: Whether or not an auto tag
843
+ :param Architecture arch: Architecture for the block in which the Tag is added (optional)
843
844
:Example:
844
845
845
846
>>> current_function.add_tag("Important", "I think this is the main function")
You can’t perform that action at this time.
0 commit comments