-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What is a good program to get a nice, human readable form of the CLI of a portable executable file? I don't want a full disassembler because I'd like to learn how they work (or, in my case, not work).
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
Whats the best tool for converting PE binaries to ELF binaries?
Preferably, it should be a linux utility.
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi to all ,
In a Portable-Executable ,we can change the imported dll name ,by editing PE file ,
here , i had changed in one imported dll name of application exe,that time it changed normally ....e.g advapi32.dll to ^dvapi32.dll ,so here system32 or any other PATH location doesnt have ^dvapi32.dll…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I want to know the types and details in a plain Win32DLL just like we can get in case of COM.In COM every thing embed inside idl and results in TLB, here we get every thing , MSFT exposes APIS by which we can extract types.
In case of Win32 I strongly needed types defined in it and all details…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I need to InterOp Win32 code (unmanaged Win32 DLL's and Exe) completely with .NET. I need to call Win32 unmanaged code(DLL exported functions) at runtime i.e (knowing the types of data types in Win32 signatures and need to pass data according to that type at runtime).
This is 100% possible…
>>> More