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
- Host: GitHub
- URL: https://github.com/githubfoam/docker-kali-tools-reverse-engineering-githubactions
- Owner: githubfoam
- License: gpl-3.0
- Created: 2021-11-15T13:30:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T10:40:24.000Z (over 4 years ago)
- Last Synced: 2025-02-05T07:49:47.043Z (about 1 year ago)
- Topics: githubactions, kali-linux, reverse-engineering
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-kali-tools-reverse-engineering-githubactions
[](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
~~~