Skip to content

Commit

Permalink
Implement oodle DLL loader for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Dec 16, 2023
1 parent 9716e37 commit 02b1ae4
Show file tree
Hide file tree
Showing 8 changed files with 393 additions and 72 deletions.
15 changes: 11 additions & 4 deletions get_oodle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ license.workspace = true
version.workspace = true
edition.workspace = true

[target.'cfg(windows)'.dependencies]
libloading = "0.7"

[target.'cfg(unix)'.dependencies]
object = { version = "0.32.1", default-features = false, features = ["std", "read"] }
libc = "0.2.148"
seq-macro = "0.3.5"

[dependencies]
repak = { path = "../repak", features = ["oodle"] }
sha1 = { workspace = true }
ureq = "2.6"
once_cell = "1.17"
hex-literal = "0.4"
libloading = "0.7"
hex = { workspace = true }
hex = { workspace = true }
anyhow = "1.0.75"
lzma-rs = "0.3.0"
Binary file added get_oodle/section.bin
Binary file not shown.
Loading

0 comments on commit 02b1ae4

Please sign in to comment.