I'm working in a new patch to add the new channel to can dump the buffers.
regards,
Dmitry Timoshkov wrote:
> "Juan Carlos Montes" <[EMAIL PROTECTED]> wrote:
>
>> At this time, i have dumps for WriteFile, ReadFile, WSASendTo and
>> WSARecvFrom.
>> But i need it for Registry set value functions.
"Juan Carlos Montes" <[EMAIL PROTECTED]> wrote:
> At this time, i have dumps for WriteFile, ReadFile, WSASendTo and WSARecvFrom.
> But i need it for Registry set value functions...
>
> Do you want that i make a diff with all change?
This dumping feature doesn't belong to Wine, if you need it use
Ok, i can make the patch.
what do you need to make the new channel?
I use this code to dump:
// Insert to dump buffers
// Inserted by Juan Carlos Montes
// Date: 23/01/08
char file_name[255] = "";
sprintf( file_name, "
I'll send u a mail to detail the process, :)
Alex Villacís Lasso escribió:
> Juan Carlos Montes escribió:
>> I dont like change the source to use all versions of wine... but...
>>
>> I'll try make a debugger to dump the memory.
>>
>> So... thanks a lot.
>>
>> Stefan Dösinger escribió:
>>
>>> A
Alex Villacís Lasso escribió:
> Juan Carlos Montes escribió:
>
>> I dont like change the source to use all versions of wine... but...
>>
>> I'll try make a debugger to dump the memory.
>>
>> So... thanks a lot.
>>
>> Stefan Dösinger escribió:
>>
>>
>>> Am Dienstag, 22. Januar 2008 16:19
Juan Carlos Montes escribió:
> I dont like change the source to use all versions of wine... but...
>
> I'll try make a debugger to dump the memory.
>
> So... thanks a lot.
>
> Stefan Dösinger escribió:
>
>> Am Dienstag, 22. Januar 2008 16:19:54 schrieb Juan Carlos Montes:
>>
>>> Hi all,
>>>
I dont like change the source to use all versions of wine... but...
I'll try make a debugger to dump the memory.
So... thanks a lot.
Stefan Dösinger escribió:
> Am Dienstag, 22. Januar 2008 16:19:54 schrieb Juan Carlos Montes:
>> Hi all,
>>
>> I need dump the data using the debug log.
>>
>> trac
Am Dienstag, 22. Januar 2008 16:19:54 schrieb Juan Carlos Montes:
> Hi all,
>
> I need dump the data using the debug log.
>
> trace:winsock:WSASendTo socket 00f8, wsabuf 0x34e1e0, nbufs 1, flags 0, to
> (nil), tolen 0, ovl (nil), func (nil)
>
> if have this one, can i dump the data in 0x34e1e0 with
Hi all,
I need dump the data using the debug log.
trace:winsock:WSASendTo socket 00f8, wsabuf 0x34e1e0, nbufs 1, flags 0, to
(nil), tolen 0, ovl (nil), func (nil)
if have this one, can i dump the data in 0x34e1e0 with another option in debug,
or i need change the source?
thanks a lot,
--
_