You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what you mean, PE programs don't have PLT or GOT sections, they have an import table (IAT). Are you thinking about removing the EXTERN declarations that we have in PE asm listings?
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:
THis could be a good improvment. I need more experience specific to ddisam programming in order to specifically be assigned to this issue.
The text was updated successfully, but these errors were encountered: