arget13 / DDexec

A technique to run binaries filelessly and stealthily on Linux by "overwriting" the shell's process with another.
GNU General Public License v3.0
791 stars 83 forks source link

CI: Improve GTA with matrix tests on X84 and ARM: shell x image #15

Open tinmarino opened 1 year ago

tinmarino commented 1 year ago

I worked a little on github actions for them to use a matrix strategy.

The ARM file is still independant as it is using another remote action (it would be nice to have CPU in a matrix field but I did not take the time to make this "conditional use of subaction").

It looks like that on my repo, also see the Action output. But the last commit is changing the image URL to point to this root repo => ready to merge.

Screenshot from 2023-04-16 15-51-38

tinmarino commented 1 year ago

Sorry for the force push, I had to rebase on this repo main to separate with my other PR.

It seems that DDexec is not working fine on ARM At least the tests are not happy.