File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.13 "
3
+ version = " 1.0.14 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const RULES_V4: &str = r#"
67
67
rule GetPhoneNumberOffset
68
68
{
69
69
strings:
70
- $a = /[\x04-\x30 ]\x00{7}\x0f\x00{7}[0-9]{11}\x00{5}\x0b\x00{7}\x0f\x00{7}/
70
+ $a = /[\x01-\x20 ]\x00{7}\x0f\x00{7}[0-9]{11}\x00{5}\x0b\x00{7}\x0f\x00{7}/
71
71
condition:
72
72
$a
73
73
}
@@ -1010,7 +1010,7 @@ fn cli() -> clap::Command {
1010
1010
use clap:: { arg, value_parser, Command } ;
1011
1011
1012
1012
Command :: new ( "wechat-dump-rs" )
1013
- . version ( "1.0.13 " )
1013
+ . version ( "1.0.14 " )
1014
1014
. about ( "A wechat db dump tool" )
1015
1015
. author ( "REinject" )
1016
1016
. help_template ( "{name} ({version}) - {author}\n {about}\n {all-args}" )
You can’t perform that action at this time.
0 commit comments