mirror of
https://github.com/MEhrn00/boflink
synced 2026-06-08 11:36:57 +00:00
feat: add BeaconDownload builtin API symbol
New CS 4.12 release adds the `BeaconDownload` function to list of Beacon API functions. This adds support for resolving that symbol when using the builtin Beacon API symbols.
This commit is contained in:
@@ -29,6 +29,7 @@ const BEACONAPI64_SYMBOLS: &[(&str, &str)] = &[
|
||||
"__imp_BeaconDataStoreUnprotectItem",
|
||||
),
|
||||
("BeaconDisableBeaconGate", "__imp_BeaconDisableBeaconGate"),
|
||||
("BeaconDownload", "__imp_BeaconDownload"),
|
||||
("BeaconDuplicateHandle", "__imp_BeaconDuplicateHandle"),
|
||||
("BeaconEnableBeaconGate:", "__imp_BeaconEnableBeaconGate:"),
|
||||
("BeaconFormatAlloc", "__imp_BeaconFormatAlloc"),
|
||||
@@ -102,6 +103,7 @@ const BEACONAPI32_SYMBOLS: &[(&str, &str)] = &[
|
||||
"__imp__BeaconDataStoreUnprotectItem",
|
||||
),
|
||||
("_BeaconDisableBeaconGate", "__imp__BeaconDisableBeaconGate"),
|
||||
("_BeaconDownload", "__imp__BeaconDownload"),
|
||||
("_BeaconDuplicateHandle", "__imp__BeaconDuplicateHandle"),
|
||||
("_BeaconEnableBeaconGate:", "__imp__BeaconEnableBeaconGate:"),
|
||||
("_BeaconFormatAlloc", "__imp__BeaconFormatAlloc"),
|
||||
|
||||
Reference in New Issue
Block a user