Skip to content
Discussion options

You must be logged in to vote

Hi @teknixstuff !
In case of RunPE (meaning: a loader where the implant is attached to PEB, or filled in on the place of the original EXE), the Import Table of the implant will be filled in automatically by Windows loader, once it took over the loading on process resume. So, all imports are going to be filled in following their default definitions. You can overwrite some of them later, i.e. by a small hooking stub that will be run at the entry point of the implant. But this requires modifying the implant itself with additional logic, so it is probably not the solution that you are looking for.

If you want to have a full control over the loading of the imports, and fill in some of them by …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@teknixstuff
Comment options

@hasherezade
Comment options

Answer selected by teknixstuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants