Skip to content

Commit

Permalink
Code Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Arker123 committed Jun 24, 2024
1 parent c4458cb commit 47c79f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floss/language/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def get_raw_xrefs_rdata_i386(pe: pefile.PE, buf: bytes) -> Iterable[VA]:
last = current

if address != 0x0 and low <= address < high:
yield address
yield address


def get_extract_stats(
Expand Down

0 comments on commit 47c79f1

Please sign in to comment.