X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fcaptive%2Fdoc%2FReverse.html.pl;h=d444c87a516f3fa8018d987353732e8e31e2df98;hb=7727ab02734783b8fd3082b55976f6b818f7529f;hp=b12d03f50f2528de27e49ad2bdc3f514359cf382;hpb=eaf5486ee98b0e23461912535cc20c6f51a2dd73;p=www.jankratochvil.net.git diff --git a/project/captive/doc/Reverse.html.pl b/project/captive/doc/Reverse.html.pl index b12d03f..d444c87 100755 --- a/project/captive/doc/Reverse.html.pl +++ b/project/captive/doc/Reverse.html.pl @@ -27,16 +27,16 @@ use warnings; BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,)[0]]}; eval "use lib '$top_dir'"; close F; } use My::Web; -require "CGI"; -use project::captive::doc::Macros; +require CGI; +BEGIN { Wuse 'project::captive::doc::Macros'; } -My::Web->init( +project::captive::doc::Macros->init( "__PACKAGE__"=>__PACKAGE__, "title"=>'Captive NTFS Developer Documentation: Reverse Engineering', - "head_css"=>$doc_Macros_head_css, + "rel_prev"=>'Components.html.pl', + "rel_next"=>'CacheManager.html.pl', ); -My::Web->heading(); print <<"HERE"; @@ -112,7 +112,10 @@ print <<"HERE"; WinDbg while the other one will be frozen in remote Windows NT kernel debug mode. It does not matter which Microsoft Windows version will be run - on the WinDbg side.

+ on the WinDbg side. Your goal is to + successfuly connect WinDbg:

+ + @{[ doc_img 'ntdebug-ntfs','WinDbg Remote NT Kernel NTFS Debugging' ]}

The most easy way to setup two computers is to use commercial @{[ a_href 'http://www.vmware.com/download/workstation.html','VMware Workstation' ]} @@ -182,4 +185,4 @@ print <<"HERE"; HERE -My::Web->footer(); +project::captive::doc::Macros->footer();