Skip to content

Commit

Permalink
Update floss/language/rust/extract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Nov 16, 2023
1 parent e373ad7 commit 6295e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floss/language/rust/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import binary2strings as b2s

from floss.results import StaticString, StringEncoding
from floss.language.utils import find_lea_xrefs, find_mov_xrefs, find_push_xrefs, get_struct_string_candidates, get_rdata_section
from floss.language.utils import find_lea_xrefs, find_mov_xrefs, find_push_xrefs, get_rdata_section, get_struct_string_candidates

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 6295e99

Please sign in to comment.