On 9/30/07, EA Durbin ead1234@hotmail.com wrote:
Patch by Anastacious Focht
The last one I submitted had a typo.
- if (nt->FileHeader.Characteristics & IMAGE_FILE_DLL) + /* do not setup entry point if kernel driver */ + if( !(
Don't change the style (space after opening parenthesis).
On 10/1/07, James Hawkins truiken@gmail.com wrote:
On 9/30/07, EA Durbin ead1234@hotmail.com wrote:
Patch by Anastacious Focht
While we're at it, we won't accept any patches from Anastasius Focht (note the name is misspelled.) There are two reasons: 1. That name is a pseudonym, and we only accept patches from people using their real names. 2. Mr. Focht's contributions are valuable for understanding what MS is up to from time to time, but he does use a disassembler, and that's not allowed from Wine contributors.
--Juan
Juan Lang schrieb:
- Mr. Focht's contributions are valuable for understanding what MS is
up to from time to time, but he does use a disassembler, and that's not allowed from Wine contributors.
That's funny, where wine even includes its own disassembler. Or is winedbg going to be removed ?
On 10/3/07, Peter Beutner p.beutner@gmx.net wrote:
Juan Lang schrieb:
- Mr. Focht's contributions are valuable for understanding what MS is
up to from time to time, but he does use a disassembler, and that's not allowed from Wine contributors.
That's funny, where wine even includes its own disassembler. Or is winedbg going to be removed ?
Juan was implying that Anastasius uses a disassembler to reverse engineer native windows libraries.