An open API service indexing awesome lists of open source software.

https://github.com/githubfoam/docker-kali-tools-reverse-engineering-githubactions

reverse engineering binaries
https://github.com/githubfoam/docker-kali-tools-reverse-engineering-githubactions

githubactions kali-linux reverse-engineering

Last synced: 3 months ago
JSON representation

reverse engineering binaries

Awesome Lists containing this project

README

          

# docker-kali-tools-reverse-engineering-githubactions
[![kali-tools-reverse-engineering CI workflow](https://github.com/githubfoam/docker-kali-tools-reverse-engineering-githubactions/actions/workflows/kali-tools-reverse-engineering-wf.yml/badge.svg?branch=main)](https://github.com/githubfoam/docker-kali-tools-reverse-engineering-githubactions/actions/workflows/kali-tools-reverse-engineering-wf.yml)

~~~
https://www.kali.org/blog/kali-linux-metapackages/
https://www.kali.org/docs/general-use/metapackages/
https://www.kali.org/tools/
https://www.kali.org/blog/making-your-own-kali-linux-metapackages/

$ docker pull kalilinux/kali-rolling
$ docker run --tty --interactive kalilinux/kali-rolling /bin/bash
https://www.kali.org/docs/containers/using-kali-docker-images/

########################### METAPACKAGE INFO ###########################

kali-tools-reverse-engineering
Depends: apktool
Depends: bytecode-viewer
Depends: clang
Depends: dex2jar
Depends: edb-debugger
Depends: jadx
Depends: javasnoop
Depends: jd-gui
Depends: metasploit-framework
Depends: ollydbg
Depends: radare2
Depends: radare2-cutter

~~~