Skip to content

Commit

Permalink
Rearrange the order of online providers
Browse files Browse the repository at this point in the history
  • Loading branch information
the-soloist committed Sep 20, 2023
1 parent 966ce41 commit 4c705a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/libcdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def offline_provider_libc_database(hex_encoded_id, hash_type):


# The provider function will return both the libc content and the libs_id.
ONLINE_PROVIDERS = [online_provider_libcdb, online_provider_libc_rip]
ONLINE_PROVIDERS = [online_provider_libc_rip, online_provider_libcdb]
OFFLINE_PROVIDERS = [offline_provider_libc_database]


Expand Down

0 comments on commit 4c705a1

Please sign in to comment.