Skip to content

Commit

Permalink
chore: drop obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Dec 26, 2024
1 parent 61e441d commit e4d6133
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 88 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ $(BUILDDIR)/linux/fstat \
$(BUILDDIR)/linux/x64/shexec \
$(BUILDDIR)/linux/x64/shcode_hello \
$(BUILDDIR)/windows/msf-msg.exe \
$(BUILDDIR)/windows/version.res \
$(BUILDDIR)/windows/msf-msg-rsrc.exe \
$(BUILDDIR)/windows/shexec.exe \

cargo-build:
Expand Down Expand Up @@ -161,12 +159,6 @@ $(BUILDDIR)/linux/x64/shcode_hello: arsenal/linux/x64/shcode_hello.s
$(BUILDDIR)/windows/msf-msg.exe: lab/windows/shellcode/shc.c
x86_64-w64-mingw32-gcc $< -g -o $@

$(BUILDDIR)/windows/version.res: lab/windows/rsrc/version.rc
x86_64-w64-mingw32-windres $< -O coff -o $@

$(BUILDDIR)/windows/msf-msg-rsrc.exe: lab/windows/shellcode/shc.c $(BUILDDIR)/windows/version.res
x86_64-w64-mingw32-gcc $^ -g -o $@

$(BUILDDIR)/windows/shexec.exe: arsenal/windows/shexec.c
x86_64-w64-mingw32-gcc $< -g -o $@

Expand Down
46 changes: 0 additions & 46 deletions lab/linux/rs-no-std/main.rs

This file was deleted.

1 change: 0 additions & 1 deletion lab/linux/rs-no-std/readme.txt

This file was deleted.

1 change: 0 additions & 1 deletion lab/windows/rsrc/data.txt

This file was deleted.

32 changes: 0 additions & 32 deletions lab/windows/rsrc/version.rc

This file was deleted.

Binary file removed lab/windows/rsrc/version.res
Binary file not shown.

0 comments on commit e4d6133

Please sign in to comment.