Update binaries and readme file

git-svn-id: file:///home/svn/framework3/trunk@7433 4d416f70-5f16-0410-b530-b9f4589650da
unstable
pusscat 2009-11-09 20:16:05 +00:00
parent e73d4ead7f
commit 9e85a3bf0f
13 changed files with 15 additions and 3 deletions

View File

@ -61,8 +61,13 @@ C. Testing:
D. Usage:
1. Tenketsu (Heap Visualization)
a. Load tenketsu heap visualization with:
!tenketsu
a1. Load tenketsu heap logging with:
!tenketsu log <logname.xml>
OR
a2. Load tenketsu heap modeling with:
!tenketsu model
b. When process is broken, display heaps with
!tenketsu listHeaps
c. Display chunks with
@ -103,6 +108,13 @@ D. Usage:
Note that listing non-ascii buffers with !jutsu listBuf may result in some funny output,
but this wont break anything...
To load an 010 map file, (the output from a parsed file), use identBufFile:
!jutsu identBufFile inputFile mapFile
This will load the inputFile as many seperate buffers broken up as the 010 template has parsed
it, naming it as the template has named each part.
c. List registered buffers with !jutsu listBuf
d. Remove registered buffers with !jutsu rmBuf <name>
e. After crash, type !jutsu hunt to find out:

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -215,7 +215,7 @@ HRESULT CALLBACK jutsu(PDEBUG_CLIENT4 Client, PCSTR args) {
bufType = "smartFile";
if (bufFile == NULL) {
dprintf("[Byakugan] This command requires a path to template file and map (CSV) from 010\n");
dprintf("[Byakugan] This command requires a path to an input file and map (CSV) from 010\n");
return (S_OK);
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.