Skip to content

Commit 483de8c

Browse files
committed
fix #24.
1 parent 33b69a1 commit 483de8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wechat-dump-rs"
3-
version = "1.0.13"
3+
version = "1.0.14"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const RULES_V4: &str = r#"
6767
rule GetPhoneNumberOffset
6868
{
6969
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}/
7171
condition:
7272
$a
7373
}
@@ -1010,7 +1010,7 @@ fn cli() -> clap::Command {
10101010
use clap::{arg, value_parser, Command};
10111011

10121012
Command::new("wechat-dump-rs")
1013-
.version("1.0.13")
1013+
.version("1.0.14")
10141014
.about("A wechat db dump tool")
10151015
.author("REinject")
10161016
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")

0 commit comments

Comments
 (0)