Re: [Clamav-devel] clamav-devel Digest, Vol 73, Issue 3

2010-11-05 Thread Amr Thabet
Hello Mr.Edwin, OK, so in that sense it is like libemu (they have the exports table included in their code). it uses only the dlls that you need to emulate its apis but the others (like user32.dll and so on) you don't need them so you can not write a dll for them I don't know many about libemu

Re: [Clamav-devel] clamav-devel Digest, Vol 73, Issue 3

2010-11-05 Thread Török Edwin
On Fri, 5 Nov 2010 13:56:55 +0200 Amr Thabet amr.tha...@student.alx.edu.eg wrote: Why do you need to generate assembly code to compare Thread.ecx with something? Is it that much faster? You could simply put a function pointer in your structure, a pointer to the value you want to compare, and