Zerx0r / Kage

Kage is Graphical User Interface for Metasploit Meterpreter and Session Handler
GNU General Public License v3.0
1.15k stars 286 forks source link

Any support for Nethunter Arm based? #24

Closed jepunband closed 3 years ago

jepunband commented 3 years ago

hello, Any support for Nethunter Arm based?

necrose99 commented 3 years ago

21

https://www.electron.build/multi-platform-build i've built for pentoo on arm64 , app-image or otherwise tarball. electron-builder -mwl will build even for MACOS however since I haven't a mac.... Mac/WINDOWS/Linux... --arm64 --armv7l ? or ssomething specfic to arm.. ,

yarn run build -l --arm64 --armv7l force targets.

jepunband commented 3 years ago

hi .. for armv device

necrose99 commented 3 years ago

@jepunband yarn run build -l --armv7l force targets

necrose99 commented 3 years ago

yarn run build -l --arm64 --armv7l @jepunband

package.json bit of leafpad action on linux desktop ,

            "target": [
                "AppImage" ``

(https://www.electron.build/configuration/linux) wish ebuild was a target (give me a script to run in gentoo/build/emerge) however "AppImage "deb" "rpm" '"tar.xz" 'or alike if you want a deb vs app image you can search in leafpad

gentoo arm64-rpi4 , ran yarn run build -l --arm64 --armv7l force targets. out came my tarballs as asked for ...

(gentoo i could make an rpm based ebuild inherit rpm as an admin some the ebuilds are bit beyond but rpm/deb to installed gentoo pkg is often beginner friendly enough.. )

Zerx0r commented 3 years ago

Closing the issue