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(
834834 Function.add_tag, you'll create an "address tag". These are good for labeling
835835 specific instructions.
836836
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`.
838838
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
840840 :param str data: additional data for the Tag
841841 :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)
843844 :Example:
844845
845846 >>> current_function.add_tag("Important", "I think this is the main function")
You can’t perform that action at this time.
0 commit comments