This project demonstrates a classic DLL injection technique using CreateRemoteThread and LoadLibraryA. It is intended for educational purposes only (e.g., debugging, research, or working with your own ...
''' Parses PE file from full path and returns a dict containing permissions and size ''' perm_string = 'R' if bool(section.IMAGE_SCN_MEM_READ) else '' perm_string ...