PDA

View Full Version : Making DLL with Hex byte code


XPFOREVER
September 7th, 2016, 07:33
I have hex byte code of export data of a dll .Then it is possible to create a DLL

blabberer
September 7th, 2016, 08:03
Sure embed them in asm block with emit byte possibly
Declspec naked (**"*"*) {
_asm {
_emit 1337f001h
_*********
}
}

XPFOREVER
September 8th, 2016, 08:35
thanks.
please can you make me understand. I am not a expert.

Elenil
October 18th, 2016, 18:52
your question is not precise enough

what you mean with export data ? the export functions only ? therefore you have to make a new PE header

what parts you got ? or example how you got the part of code you got maybe we can understand what you got then