mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Update binaries and readme file
git-svn-id: file:///home/svn/framework3/trunk@7433 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
e73d4ead7f
commit
9e85a3bf0f
16
external/source/byakugan/README
vendored
16
external/source/byakugan/README
vendored
@ -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:
|
||||
|
BIN
external/source/byakugan/bin/Vista/byakugan.dll
vendored
BIN
external/source/byakugan/bin/Vista/byakugan.dll
vendored
Binary file not shown.
BIN
external/source/byakugan/bin/Win7/byakugan.dll
vendored
BIN
external/source/byakugan/bin/Win7/byakugan.dll
vendored
Binary file not shown.
BIN
external/source/byakugan/bin/WinXP/byakugan.dll
vendored
BIN
external/source/byakugan/bin/WinXP/byakugan.dll
vendored
Binary file not shown.
2
external/source/byakugan/exts.cpp
vendored
2
external/source/byakugan/exts.cpp
vendored
@ -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);
|
||||
}
|
||||
|
||||
|
BIN
external/source/byakugan/i386/byakugan.dll
vendored
BIN
external/source/byakugan/i386/byakugan.dll
vendored
Binary file not shown.
BIN
external/source/byakugan/i386/byakugan.exp
vendored
BIN
external/source/byakugan/i386/byakugan.exp
vendored
Binary file not shown.
BIN
external/source/byakugan/i386/byakugan.lib
vendored
BIN
external/source/byakugan/i386/byakugan.lib
vendored
Binary file not shown.
BIN
external/source/byakugan/i386/byakugan.pdb
vendored
BIN
external/source/byakugan/i386/byakugan.pdb
vendored
Binary file not shown.
BIN
external/source/byakugan/injectsu/i386/injectsu.dll
vendored
BIN
external/source/byakugan/injectsu/i386/injectsu.dll
vendored
Binary file not shown.
BIN
external/source/byakugan/injectsu/i386/injectsu.exp
vendored
BIN
external/source/byakugan/injectsu/i386/injectsu.exp
vendored
Binary file not shown.
BIN
external/source/byakugan/injectsu/i386/injectsu.lib
vendored
BIN
external/source/byakugan/injectsu/i386/injectsu.lib
vendored
Binary file not shown.
BIN
external/source/byakugan/injectsu/i386/injectsu.pdb
vendored
BIN
external/source/byakugan/injectsu/i386/injectsu.pdb
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user