File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wechat-dump-rs"
3
- version = " 1.0.28 "
3
+ version = " 1.0.29 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/0xlane/wechat-dump-rs"
6
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ fn cli() -> clap::Command {
4
4
use clap:: { arg, value_parser, Command } ;
5
5
6
6
Command :: new ( "wechat-dump-rs" )
7
- . version ( "1.0.28 " )
7
+ . version ( "1.0.29 " )
8
8
. about ( "A wechat db dump tool" )
9
9
. author ( "REinject" )
10
10
. help_template ( "{name} ({version}) - {author}\n {about}\n {all-args}" )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wxdump"
3
- version = " 1.0.28 "
3
+ version = " 1.0.29 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/0xlane/wechat-dump-rs"
6
6
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const RULES_V4: &str = r#"
69
69
rule GetUserInfoOffset
70
70
{
71
71
strings:
72
- $a = /(.{16}[\x00-\x20]\x00{7}(\x0f|\x1f)\x00{7}){2}.{16}[\x01-\x20]\x00{7}(\x0f|\x1f)\x00{7}[0-9]{11}\x00{5}\x0b\x00{7}\x0f\x00{7}.{25}\x00{7}(\x2f|\x1f|\x0f)\x00{7}/s
72
+ $a = /(.{16}[\x00-\x20]\x00{7}(\x0f|\x1f)\x00{7}){2}.{16}[\x01-\x20]\x00{7}(\x0f|\x1f)\x00{7}[0-9]{11}\x00{5}\x0b\x00{7}\x0f\x00{7}.{25}\x00{7}(\x3f|\ x2f|\x1f|\x0f)\x00{7}/s
73
73
condition:
74
74
$a
75
75
}
You can’t perform that action at this time.
0 commit comments