<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/699361</link>
		<description>Comments by cobein</description>
<item>
<title>AdvanceVB : System Call Dispatcher</title>
<link>http://cobein.com/wp/?p=618#IDComment101389113</link>
<description>Nice, Ill try to fix it, mine is gone too =/ </description>
<pubDate>Tue, 28 Sep 2010 20:19:55 +0000</pubDate>
<guid>http://cobein.com/wp/?p=618#IDComment101389113</guid>
</item><item>
<title>AdvanceVB : System Call Dispatcher</title>
<link>http://cobein.com/wp/?p=618#IDComment101385300</link>
<description>yeah they do differ from OS to OS and maybe in SPs too. Karcrack is your account fine? I move the blog and Im not sure if its still working fine. </description>
<pubDate>Tue, 28 Sep 2010 19:48:29 +0000</pubDate>
<guid>http://cobein.com/wp/?p=618#IDComment101385300</guid>
</item><item>
<title>AdvanceVB : TLB and IDL</title>
<link>http%3a%2f%2fcobein.com%2fwp%2f%3fp%3d613#IDComment101085684</link>
<description>Si, el compilador simplemente agrega lo que se este utilizando, APIs , estructuras, constantes, ect. </description>
<pubDate>Sun, 26 Sep 2010 23:04:10 +0000</pubDate>
<guid>http%3a%2f%2fcobein.com%2fwp%2f%3fp%3d613#IDComment101085684</guid>
</item><item>
<title>AdvanceVB : Comments</title>
<link>http://www.advancevb.com.ar/?p=301#IDComment100204828</link>
<description>Yeah, we are having problems with the host... looks like is always the DNS so Im moving it to another server right now, should be up on the new host soon. </description>
<pubDate>Tue, 21 Sep 2010 16:02:56 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=301#IDComment100204828</guid>
</item><item>
<title>AdvanceVB : mZombieInvoke - Native VB6 Invoke :)</title>
<link>http://www.advancevb.com.ar/?p=567#IDComment98417781</link>
<description>If you are using the tlb you have to remove all the declarations from the top (APIs structures and so on) </description>
<pubDate>Sun, 12 Sep 2010 19:55:40 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=567#IDComment98417781</guid>
</item><item>
<title>AdvanceVB : SystemProcessesAndThreadsInformation</title>
<link>http%3a%2f%2fwww.advancevb.com.ar%2f%3fp%3d589#IDComment98415876</link>
<description>Clean version:  Public Function RetrieveProcesses() As PROCESS()     Dim bvSPI(17)           As Long &amp;#039;As SYSTEM_PROCESS_INFORMATION     Dim bvTmp()             As PROCESS     Dim bvBuffer()          As Byte     Dim lPos                As Long     Dim lSize               As Long      &amp;#039;// Resize buffer to struct size + 4     ReDim bvBuffer(22)     &amp;#039;// Get buffer size     Call NtQuerySystemInformation(SystemProcessesAndThreadsInformation, bvBuffer(0), 22, lSize)     &amp;#039;// Make sure size id not 0     If lSize = 0 Then Exit Function     &amp;#039;// Resize buffer     ReDim bvBuffer(lSize)     &amp;#039;//Get procs info     Call NtQuerySystemInformation(SystemProcessesAndThreadsInformation, bvBuffer(0), lSize, lSize)          lPos = VarPtr(bvBuffer(0))      ReDim bvTmp(0)     Do         Call RtlMoveMemory(bvSPI(0), ByVal lPos, 18 * 4)         With bvTmp(UBound(bvTmp))             .lPID = bvSPI(17)             .sName = ReadUStr(bvSPI(15))         End With         lPos = lPos + bvSPI(0)         If bvSPI(0) = 0 Then Exit Do         ReDim Preserve bvTmp(UBound(bvTmp) + 1)     Loop      RetrieveProcesses = bvTmp     Erase bvBuffer End Function </description>
<pubDate>Sun, 12 Sep 2010 19:38:02 +0000</pubDate>
<guid>http%3a%2f%2fwww.advancevb.com.ar%2f%3fp%3d589#IDComment98415876</guid>
</item><item>
<title>AdvanceVB : SystemProcessesAndThreadsInformation</title>
<link>http%3a%2f%2fwww.advancevb.com.ar%2f%3fp%3d589#IDComment97485201</link>
<description>A small mod to make it smaller. There are some things that can be removed but I cant right now.    Note: the buffer must be initialized to structure size + 4 if im not wrong I use 512 which is more than enough cause I dont have the actual structure with me right now.    cbBuffer = 512   ReDim bvBuffer(cbBuffer)   lRet = NtQuerySystemInformation(SystemProcessesAndThreadsInformation, bvBuffer(0), cbBuffer, lSize)   If lSize = 0 Then Exit Function   ReDim bvBuffer(lSize)   lRet = NtQuerySystemInformation(SystemProcessesAndThreadsInformation, bvBuffer(0), cbBuffer, lSize)   lPos = VarPtr(bvBuffer(0)) </description>
<pubDate>Tue, 7 Sep 2010 18:06:08 +0000</pubDate>
<guid>http%3a%2f%2fwww.advancevb.com.ar%2f%3fp%3d589#IDComment97485201</guid>
</item><item>
<title>AdvanceVB : Upgrading the blog (opinions)</title>
<link>http://www.advancevb.com.ar/?p=586#IDComment95685699</link>
<description>Yeah I know, but dont worry no matter what the blog is gonna stay the same way, Im not changing it. This is gonna be totally separated IF I decide to do it. </description>
<pubDate>Sat, 28 Aug 2010 14:33:32 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=586#IDComment95685699</guid>
</item><item>
<title>AdvanceVB : Upgrading the blog (opinions)</title>
<link>http://www.advancevb.com.ar/?p=586#IDComment95587139</link>
<description>Karcrack has full control over the blog ;) </description>
<pubDate>Fri, 27 Aug 2010 21:55:00 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=586#IDComment95587139</guid>
</item><item>
<title>AdvanceVB : Upgrading the blog (opinions)</title>
<link>http://www.advancevb.com.ar/?p=586#IDComment95586840</link>
<description>Well, my idea is not to destroy the blog at all, its simple, easy to maintain and fairly clean from skidd comments and stuff like that. On the other hand moving the content will be too much time for me so thats out of the equation.   My idea was to &amp;quot;expand&amp;quot; the content range a lil bit and add some extra stuff to make it more organized and easy to use.   Well no matter what its still an idea and we will see what happen. </description>
<pubDate>Fri, 27 Aug 2010 21:52:42 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=586#IDComment95586840</guid>
</item><item>
<title>AdvanceVB : Moving Out (Random Stuff)</title>
<link>http%3a%2f%2fwww.advancevb.com.ar%2f%3fp%3d583#IDComment95586089</link>
<description>Yes Im moving back, I miss the old days and da hood ;) </description>
<pubDate>Fri, 27 Aug 2010 21:47:24 +0000</pubDate>
<guid>http%3a%2f%2fwww.advancevb.com.ar%2f%3fp%3d583#IDComment95586089</guid>
</item><item>
<title>AdvanceVB : IsUserAnAdmin replacement</title>
<link>http://www.advancevb.com.ar/?p=559#IDComment95545692</link>
<description>Please be more descriptive, OS, service pack etc. this is not a forum remember that. </description>
<pubDate>Fri, 27 Aug 2010 16:29:05 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=559#IDComment95545692</guid>
</item><item>
<title>AdvanceVB : mZombieInvoke - Native VB6 Invoke :)</title>
<link>http://www.advancevb.com.ar/?p=567#IDComment94622118</link>
<description>The tlb might remove the tag </description>
<pubDate>Sun, 22 Aug 2010 02:18:01 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=567#IDComment94622118</guid>
</item><item>
<title>AdvanceVB : mZombieInvoke - Native VB6 Invoke :)</title>
<link>http://www.advancevb.com.ar/?p=567#IDComment94146786</link>
<description>When you use a tlb in VB the only difference you gonna see is after compiling the project you gonna have a standard IAT (like all the progs out there) thats it. </description>
<pubDate>Thu, 19 Aug 2010 12:32:13 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=567#IDComment94146786</guid>
</item><item>
<title>AdvanceVB : mZombieInvoke - Native VB6 Invoke :)</title>
<link>http://www.advancevb.com.ar/?p=567#IDComment91872844</link>
<description>Use  a tlb, cant be tagged by avira because is &amp;quot;core&amp;quot; function, no API can be called without it. </description>
<pubDate>Tue, 10 Aug 2010 03:06:10 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=567#IDComment91872844</guid>
</item><item>
<title>AdvanceVB : mZombieInvoke - Native VB6 Invoke :)</title>
<link>http://www.advancevb.com.ar/?p=567#IDComment91747021</link>
<description>HAHAHAHHAHA finally! You got this mofucka running! Congrats, really cool stuff. =D   Im not gonna ask how many hours of Olly you put into this...  </description>
<pubDate>Mon, 9 Aug 2010 13:51:26 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=567#IDComment91747021</guid>
</item><item>
<title>AdvanceVB : RtlMoveMemory/vbaCopyBytes replacement</title>
<link>https://0cfef8de-b3e1-4641-bd83-81c49c286fe2.intensedebate.com.cvrsqu2br8b61rb4i0igzyx3c7mgif5fy.interact.pentestglobal.com#IDComment89590016</link>
<description>I really like this code, the only thing is the Callwindowproc API, there must be a way to get rid of it!  </description>
<pubDate>Thu, 29 Jul 2010 17:16:03 +0000</pubDate>
<guid>https://0cfef8de-b3e1-4641-bd83-81c49c286fe2.intensedebate.com.cvrsqu2br8b61rb4i0igzyx3c7mgif5fy.interact.pentestglobal.com#IDComment89590016</guid>
</item><item>
<title>AdvanceVB : Alternative GetCurrentProcessId, ASM Inline [FS:0x20]</title>
<link>http://www.advancevb.com.ar/?p=379#IDComment87673345</link>
<description>Compile it on FASM and use and hex editor to open the resulting file. </description>
<pubDate>Tue, 20 Jul 2010 13:54:07 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=379#IDComment87673345</guid>
</item><item>
<title>AdvanceVB : Get Kernel Base Address</title>
<link>http://www.advancevb.com.ar/?p=236#IDComment87673171</link>
<description>To use API without declaring them. </description>
<pubDate>Tue, 20 Jul 2010 13:52:32 +0000</pubDate>
<guid>http://www.advancevb.com.ar/?p=236#IDComment87673171</guid>
</item><item>
<title>AdvanceVB : Calling Pointers in VB6</title>
<link>http%3a%2f%2fwww.advancevb.com.ar%2f%3fp%3d519#IDComment86825759</link>
<description>Son 5 los bytes que tenes que tomar, JMP + Address, pero podrias hookear el IAT tambien. </description>
<pubDate>Thu, 15 Jul 2010 17:34:56 +0000</pubDate>
<guid>http%3a%2f%2fwww.advancevb.com.ar%2f%3fp%3d519#IDComment86825759</guid>
</item>	</channel>
</rss>