mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-14 01:45:35 +08:00
fixed type of signature
This commit is contained in:
parent
6c7d4e2e0e
commit
fbca2c0699
@ -72,7 +72,7 @@ macro_rules! pattern_map {
|
|||||||
|
|
||||||
pattern_map! {
|
pattern_map! {
|
||||||
client => {
|
client => {
|
||||||
"dwCSGOInput" => pattern!("488d0d${'} e8${} 8bbe8412") => Some(|view, map, rva| {
|
"dwCSGOInput" => pattern!("488b0d${'} e8${} 8bbe8412") => Some(|view, map, rva| {
|
||||||
let mut save = [0; 2];
|
let mut save = [0; 2];
|
||||||
|
|
||||||
if view.scanner().finds_code(pattern!("f2410f108430u4"), &mut save) {
|
if view.scanner().finds_code(pattern!("f2410f108430u4"), &mut save) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user