Releases: C0deH4cker/PwnableHarness
Releases · C0deH4cker/PwnableHarness
2.2
2.1
New Features
- #27 Projects can specify the
UBUNTU_VERSION
they should be built and run on- #34 Can instead use
GLIBC_VERSION
, which will pick the Ubuntu version that uses this glibc version.
- #34 Can instead use
- #32 Resource limits for challenge containers:
DOCKER_CPULIMIT
(default=0.5),DOCKER_MEMLIMIT
(default=500m) - #36 Add
.pwnmake
workspace marker file, used to allowpwnmake
commands run in some subdirectory to use the common workspace.build
andpublish
directories (and parse allBuild.mk
/After.mk
files in the workspace!)- #59 The
.pwnmake
file now pins the PwnableHarness version used by this workspace (allows newerpwnmake
scripts to know which PwnableHarness version to use for old workspaces)
- #59 The
- #44 Allow
PUBLISH_LD := <filename>
(likePUBLISH_LIBC
) - #46 Set rpath by default (unless
NO_RPATH := 1
) - #49 Support building with assembly source files
*.S