add sample to Makefile
This commit is contained in:
3
samples/Makefile
Normal file → Executable file
3
samples/Makefile
Normal file → Executable file
@ -100,6 +100,7 @@ ifneq (,$(findstring x86,$(UNICORN_ARCHS)))
|
|||||||
SOURCES += sample_x86.c
|
SOURCES += sample_x86.c
|
||||||
SOURCES += shellcode.c
|
SOURCES += shellcode.c
|
||||||
SOURCES += mem_apis.c
|
SOURCES += mem_apis.c
|
||||||
|
SOURCES += sample_x86_32_gdt_and_seg_regs.c
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring m68k,$(UNICORN_ARCHS)))
|
ifneq (,$(findstring m68k,$(UNICORN_ARCHS)))
|
||||||
SOURCES += sample_m68k.c
|
SOURCES += sample_m68k.c
|
||||||
@ -114,7 +115,7 @@ all: $(BINARY)
|
|||||||
clean:
|
clean:
|
||||||
rm -rf *.o $(OBJS_ELF) $(BINARY) $(SAMPLEDIR)/*.exe $(SAMPLEDIR)/*.static $(OBJDIR)/lib$(LIBNAME)* $(OBJDIR)/$(LIBNAME)*
|
rm -rf *.o $(OBJS_ELF) $(BINARY) $(SAMPLEDIR)/*.exe $(SAMPLEDIR)/*.static $(OBJDIR)/lib$(LIBNAME)* $(OBJDIR)/$(LIBNAME)*
|
||||||
rm -rf libunicorn*.so libunicorn*.lib libunicorn*.dylib unicorn*.dll unicorn*.lib
|
rm -rf libunicorn*.so libunicorn*.lib libunicorn*.dylib unicorn*.dll unicorn*.lib
|
||||||
rm -rf sample_x86 sample_arm sample_arm64 sample_mips sample_sparc sample_ppc sample_m68k shellcode mem_apis
|
rm -rf sample_x86 sample_arm sample_arm64 sample_mips sample_sparc sample_ppc sample_m68k shellcode mem_apis sample_x86_32_gdt_and_seg_regs
|
||||||
|
|
||||||
$(BINARY): $(OBJS)
|
$(BINARY): $(OBJS)
|
||||||
|
|
||||||
|
0
samples/sample_x86_32_gdt_and_seg_regs.c
Executable file → Normal file
0
samples/sample_x86_32_gdt_and_seg_regs.c
Executable file → Normal file
Reference in New Issue
Block a user