Skip to content

Commit

Permalink
feat: 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jan 20, 2024
1 parent d365a77 commit be6f55f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions blog/2023/2024-01-20-release293.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
slug: apktool-2.9.3
title: Apktool 2.9.3
authors: ibotpeaches
tags: [release]
---

- [[#3492](https://github.com/iBotPeaches/Apktool/pull/3492)] Fix #GHSA-vgwr-4w3p-xmjv (Arbitrary file writes on Windows). (Thanks Cl0udG0d)

:::success

[Download now at Bitbucket](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.3.jar), [Maven](https://mvnrepository.com/artifact/org.apktool/apktool-lib)

- md5 - `e28e4b4a413a252617d92b657a33c947`
- sha256 - `7956eb04194300ce0d0a84ad18771eebc94b89fb8d1ddcce8ea4c056818646f4`

:::

> This post was released with commentary at: https://connortumbleson.com/2024/01/20/apktool-v2-9-3-released/
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const config = {
{to: '/docs/install', label: 'Install', position: 'left'},
{to: '/blog', label: 'Releases', position: 'left'},
{
href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.2.jar',
label: 'Download 2.9.2',
href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.3.jar',
label: 'Download 2.9.3',
position: 'right',
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function HomepageHeader() {
</span>
<CodeBlock language="bash">
{`$ apktool d test.apk
I: Using Apktool 2.9.2 on test.apk
I: Using Apktool 2.9.3 on test.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: 1.apk
Expand All @@ -35,7 +35,7 @@ I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
$ apktool b test
I: Using Apktool 2.9.2 on test
I: Using Apktool 2.9.3 on test
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
Expand Down

0 comments on commit be6f55f

Please sign in to comment.