Skip to content

remove fake plt/got in windows PE files #65

Open
@gogo2464

Description

@gogo2464

Using masm, we could frmove the fake plt/got in windows pe files. Let's just find and add some dependencies:

An example of masm32 output:

.model flat, stdcall
option casemap:none

      include \masm32\include\windows.inc
      include \masm32\include\user32.inc
      include \masm32\include\kernel32.inc

      includelib \masm32\lib\user32.lib
      includelib \masm32\lib\kernel32.lib

.code

start:
    call    CreateFileA

THis could be a good improvment. I need more experience specific to ddisam programming in order to specifically be assigned to this issue.

Metadata

Metadata

Assignees

Labels

binary failsDDisasm fails to correctly disassemble a binary

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions