Click here to Skip to main content
15,905,232 members

Comments by Morbiddeath (Top 11 by date)

Morbiddeath 26-Jul-15 6:19am View    
Hey, Have you tried the solution I provided? In the Code Generation option in VS you can try changing the Runtime Library to Multi-threaded debug or just Multi-threaded, it might fix your problem.

If all else fails, try using Visual Studio 2012 to compile the library. This worked too for me.
Morbiddeath 13-Dec-14 5:04am View    
Alright, thanks for your time, gotta dig deeper then.
Morbiddeath 13-Dec-14 4:44am View    
I've already checked the structure, but couldn't find the IAT address in it, but I have read multiple times that PEB structure has the address stored but I can't seem to find it, hence the question.
Morbiddeath 30-Nov-13 13:21pm View    
Thanks man, I can have a good night sleep finally. ;-P
Morbiddeath 30-Nov-13 12:47pm View    
I think I got it. All the bytes in the structure need to be structured in 4 byte patterns (on 32 bit) so that is why after Sender_MAC[6] we have 2 byte padding and another 2 byte for Receiver_MAC[6], and possibly more for 64 bit, is that correct?