Skip to content

Commit

Permalink
Merge pull request #721 from Ana06/android
Browse files Browse the repository at this point in the history
category: Rename 'Android/Java' to fix bug
  • Loading branch information
Ana06 authored Oct 26, 2023
2 parents a21b189 + 066080c commit b4c141d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_metapackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body:
- Hex Editors
- Information Gathering
- InnoSetup
- Java/Android
- Java & Android
- Javascript
- Lateral Movement
- Networking
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ body:
- Hex Editors
- Information Gathering
- InnoSetup
- Java/Android
- Java & Android
- Javascript
- Lateral Movement
- Networking
Expand Down
2 changes: 1 addition & 1 deletion categories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Forensic
Hex Editors
Information Gathering
InnoSetup
Java/Android
Java & Android
Javascript
Lateral Movement
Networking
Expand Down
2 changes: 1 addition & 1 deletion packages/apktool.vm/apktool.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>apktool.vm</id>
<version>2.9.0</version>
<version>2.9.0.20231024</version>
<authors>Connor Tumbleson, Ryszard Wisniewski</authors>
<description>A tool for reverse engineering 3rd party, closed, binary Android apps.</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/apktool.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Import-Module vm.common -Force -DisableNameChecking

try {
$toolName = 'apktool'
$category = 'Java/Android'
$category = 'Java & Android'
$shimPath = 'bin\apktool.exe'

$shortcutDir = Join-Path ${Env:TOOL_LIST_DIR} $category
Expand Down
2 changes: 1 addition & 1 deletion packages/apktool.vm/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $ErrorActionPreference = 'Continue'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'apktool'
$category = 'Java/Android'
$category = 'Java & Android'

VM-Remove-Tool-Shortcut $toolName $category
2 changes: 1 addition & 1 deletion packages/bytecodeviewer.vm/bytecodeviewer.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bytecodeviewer.vm</id>
<version>2.11.2.20231006</version>
<version>2.11.2.20231024</version>
<authors>Konloch</authors>
<description>A lightweight user-friendly Java/Android Bytecode Viewer, Decompiler and more.</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/bytecodeviewer.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'Bytecode Viewer'
$category = 'Java/Android'
$category = 'Java & Android'

$exeUrl = 'https://github.com/Konloch/bytecode-viewer/releases/download/v2.11.2/Bytecode-Viewer-2.11.2.jar'
$exeSha256 = '536ad387424106083f76cd0cb7c051a22aff21f08663ba2539c11f1ddef9147f'
Expand Down
2 changes: 1 addition & 1 deletion packages/bytecodeviewer.vm/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $ErrorActionPreference = 'Continue'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'Bytecode Viewer'
$category = 'Java/Android'
$category = 'Java & Android'

VM-Uninstall $toolName $category
2 changes: 1 addition & 1 deletion packages/dex2jar.vm/dex2jar.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dex2jar.vm</id>
<version>2.3.0.20231006</version>
<version>2.3.0.20231024</version>
<authors>@pxb1988</authors>
<description>Tools to work with android .dex and java .class files.</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/dex2jar.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'd2j-dex2jar'
$category = 'Java/Android'
$category = 'Java & Android'

$zipUrl = 'https://github.com/pxb1988/dex2jar/releases/download/v2.3/dex2jar-v2.zip'
$zipSha256 = 'd0507b6277193476ae29351905b5fa9b20d1a9a5ce119b46d87e5b188edf859e'
Expand Down
2 changes: 1 addition & 1 deletion packages/dex2jar.vm/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $ErrorActionPreference = 'Continue'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'd2j-dex2jar'
$category = 'Java/Android'
$category = 'Java & Android'

VM-Uninstall $toolName $category

0 comments on commit b4c141d

Please sign in to comment.