Auteur:    RODY Thierry
e-mail:    Abragols@aol.com
version:   1.02 / 21 Avril 2001
System:    Win9X only
status:    Freeware coded with Masm32

Files:
	Sysview.exe
	Sysacces.vxd
	Readme.txt ( this text )
	dasbat.bat

		------------------------------------------------------

Cherche Travail:
	Je suis a la recherche d'un emploi en programmation, pour tout 
	renseignements,	mon e-mail est indiqu ci-dessus.

		------------------------------------------------------

Need Help / Careful:

  - I'm not sure that the expand down descriptor gives a good domain
    If you know values are good / bad, please contact me

		------------------------------------------------------

Version 1.00:

	Descriptors:
		GDT & GDTR
		LDT & virtual LDTR ( choose a LDT descriptor on GDT view )
		IDT & IDTR

		index in table
		type of descriptor
		dpl
		domain

	VxD:	List of VMM Drivers VxD.

		Most of infos include in Driver_Descripteur_Bloc
		( select a VxD in the list )

	Dump:	dump a 4Ko page at a specified address

		Flat Dump
		<< : sub 4Ko to the current address
		>> : add 4Ko to the current address

	About:	( This text )


Version 1.01:

  - Button Disasm in Dump ( disassemble the current 4Ko Page )
    I have no disassembleur :( i work on :) then,
    i compile the page with Masm32 and disassemble it with "dumppe - disasm",
    then you need:
	Masm32 ( ml & link )
	dumppe.exe ( you could find it with the Masm32 pack )
    the execution is made in dasbat.bat ( very slowly but work )

  - Corrige PageFault Dump Errors ( I hate blue screen :)

  - Fix Bug with key suppr and Address count on dump

  - Place About Text in Readme.txt


Version 1.02:

  - Fix Bug FLAG_DELETE_ON_CLOSE ( delete pagedas before dumppe work )

  - Fix a possible bug in Sysacces.vxd

  - Auto Copy/Delete Sysacces.vxd on System Directory

  - Add Paste Message To Edit Dump.

  - Replace Edit Dump by Combobox for memorizing old dump address

  - Add Icon

  - Add Handler For General Protection Fault
    ( this exception is called when user enter an address from fffffffdh to ffffffffh )

  - Add Mutex, now, SysView could be opened more one time

		------------------------------------------------------

Sorry for my poor English,

	I thanks Iczelion, EliCZ for Tutorials and good web site,
	and All coders who share Source Code and/or write docs.

		------------------------------------------------------ 