Skip to content

Commit

Permalink
Bump PyPI version to v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
enovella committed Jul 30, 2023
1 parent 581ae51 commit 009241d
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions apkid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand All @@ -26,7 +26,7 @@
"""

__title__ = 'apkid'
__version__ = '2.1.4'
__version__ = '2.1.5'
__author__ = 'Caleb Fenton & Tim Strazzere'
__license__ = 'GPL & Commercial'
__copyright__ = 'Copyright (C) 2022 RedNaga'
__copyright__ = 'Copyright (C) 2023 RedNaga'
2 changes: 1 addition & 1 deletion apkid/apkid.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion apkid/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion apkid/output.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion apkid/rules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion apkid/rules/apk/common.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down
2 changes: 1 addition & 1 deletion apkid/rules/dex/abnormal.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down
2 changes: 1 addition & 1 deletion apkid/rules/dex/anti-vm.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down
2 changes: 1 addition & 1 deletion apkid/rules/dex/common.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down
2 changes: 1 addition & 1 deletion apkid/rules/dex/compilers.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down
2 changes: 1 addition & 1 deletion apkid/rules/dex/obfuscators.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down
6 changes: 3 additions & 3 deletions apkid/rules/dex/packers.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down Expand Up @@ -436,7 +436,7 @@ rule jsonpacker : packer
$dexclass = {
6e 20 ?? ?? 10 00 // invoke-virtual {v0, v1}, Ljava/lang/reflect/Constructor;->newInstance([Ljava/lang/Object;)Ljava/lang/Object;
0c ?? // move-result-object p1
1f 0? // check-cast p1, Ldalvik/system/DexClassLoader;
1f 0? // check-cast p1, Ldalvik/system/DexClassLoader;
}
condition:
Expand Down Expand Up @@ -486,5 +486,5 @@ rule multidexpacker : packer
condition:
is_dex
and $multidex_deobfuscation
and $decrypt_dex
and $decrypt_dex
}
2 changes: 1 addition & 1 deletion apkid/rules/elf/anti-vm.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down
2 changes: 1 addition & 1 deletion apkid/rules/elf/common.yara
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 RedNaga. https://rednaga.io
* Copyright (C) 2023 RedNaga. https://rednaga.io
* All rights reserved. Contact: rednaga@protonmail.com
*
*
Expand Down
2 changes: 1 addition & 1 deletion prep-release.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion tests/factories.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion tests/test_rules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down
2 changes: 1 addition & 1 deletion tests/test_scanner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2022 RedNaga. https://rednaga.io
Copyright (C) 2023 RedNaga. https://rednaga.io
All rights reserved. Contact: rednaga@protonmail.com
Expand Down

0 comments on commit 009241d

Please sign in to comment.