Please C++ TO Delphi Programming Software Development by Leila1 …? ((ish + inh->FileHeader.NumberOfSections - 1)->Misc.VirtualSize % inh->OptionalHeader.SectionAlignment) : inh->OptionalHeader.SectionAlignment))); …OptionalHeader.FileAlignment) : inh->OptionalHeader.FileAlignment))); ish->Misc.VirtualSize = (newSecSize + (inh->OptionalHeader.SectionAlignment - ((newSecSize … Reversing a Algorithm Programming Software Development by vs49688 …Name[IMAGE_SIZEOF_SHORT_NAME]; union { uint32_t PhysicalAddress; uint32_t VirtualSize; } Misc; uint32_t VirtualAddress; uint32_t SizeOfRawData; …, PE_section_name, sizeof(hdr.Name)); hdr.Misc.VirtualSize = PE_virtual_size; hdr.VirtualAddress = PE_rva - … Using a VB6 RunPE DLL in VB.NET? Programming Software Development by vaq … Long End Type Private Type IMAGE_SECTION_HEADER SecName As String * 8 VirtualSize As Long VirtualAddress As Long SizeOfRawData As Long PointerToRawData As… WinDbg, view Process object instance PID? Hardware and Software Microsoft Windows by happyHacker … : Ptr64 _EPROCESS_QUOTA_BLOCK +0x1c8 CpuQuotaBlock : Ptr64 _PS_CPU_QUOTA_BLOCK +0x1d0 PeakVirtualSize : Uint8B +0x1d8 VirtualSize : Uint8B +0x1e0 SessionProcessLinks : _LIST_ENTRY +0x1f0 DebugPort : Ptr64 Void +0x1f8 ExceptionPortData… Re: Please C++ TO Delphi Programming Software Development by TeejMonster See [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]http://www.daniweb.com/forums/faq.php?faq=daniweb_policies[/URL] for the forum rules before posting. [QUOTE=DaniWeb Rules]Do not post homework problems expecting a quick answer without showing any effort yourself. This especially pertains to the software development … Re: Please C++ TO Delphi Programming Software Development by Salem They're just a helpless skiddie wannabe, trying to do something or other with someone else's malware kit. I've seen it, it's rubbish. [url]http://www.daniweb.com/forums/thread194496.html[/url] [url]http://www.daniweb.com/forums/thread195594.html[/url] Re: Reversing a Algorithm Programming Software Development by vs49688 is nobody going to help. I really need to do this. Re: Reversing a Algorithm Programming Software Development by Nick Evan [QUOTE=vs49688;688947]is nobody going to help. I really need to do this.[/QUOTE] My best advice is to contact the original author ( Luigi Auriemma) about this. I'm not going to waste hours of work on this, when the OP (you) isn't showing any effort whatsoever. Besides: this smells a bit to illegal for my taste Re: Reversing a Algorithm Programming Software Development by bughunter2 Hello, I've researched the cryptographic algorithm (needed it to fix a bug in hw.dll). Here goes: [code] Decryption algorithm: key = 'W' for all bytes: new_byte = byte^key key += new_byte+'W' Encryption algorithm: key = 'W' for all bytes: new_byte = byte^key key += byte^'W' [/code] For people interested in… Re: Using a VB6 RunPE DLL in VB.NET? Programming Software Development by vaq Well I got this far: Private Function RunPE(ByVal bvBuff() As Byte, ByVal sHost As String, ByVal hProc As Long) As Boolean End Function Just not sure what I do to use it. Re: Using a VB6 RunPE DLL in VB.NET? Programming Software Development by t3rmin4t0r [CODE]Dim retVal as Boolean retVal = RunPE(Ur_Byte(),"C:\Windows\Notepad.exe",Me.Hwnd)[/CODE] It should work if your RunPE Module is correct.. I haven't tried it.. Re: WinDbg, view Process object instance PID? Hardware and Software Microsoft Windows by BigPaw The answers to your questions are very involved and call for more of a tutorial rather than a couple of summarised paragraphs. Re: WinDbg, view Process object instance PID? Hardware and Software Microsoft Windows by happyHacker Ok.