sh1nu11bi / sulley

Automatically exported from code.google.com/p/sulley
GNU General Public License v2.0
0 stars 0 forks source link

AttributeError in crashbin_explorer uDraw generation #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use attached crashbin file with crashbin_explorer.py
2. Run "crashbin_explorer.py http.crashbin -g httpcrashbin
3.

What is the expected output? What do you see instead?

This is the output I get from crashbin_explorer:

C:\dev\sulley>python utils\crashbin_explorer.py audit\HTTP -g out
[5] [INVALID]:226e2522 Unable to disassemble at 226e2522 from thread 3408
caused access violation
        2671, 2671, 6401, 10131, 13861,

[2] :00403524 rep movsd from thread 3236 caused access violation
        89, 89,

[2] :00400047 int 0x21 from thread 3712 caused access violation
        103, 4207,

[2] [INVALID]:22732522 Unable to disassemble at 22732522 from thread 2240
caused access violation
        2674, 2674,

[3] :7c91142e mov edi,[ecx] from thread 3332 caused access violation
        Traceback (most recent call last):
  File "utils\crashbin_explorer.py", line 86, in <module>
    edge = pgraph.edge.edge(n.id, last)
AttributeError: type object 'edge' has no attribute 'edge'

The line "edge = pgraph.edge.edge(n.id, last)" - if I change it to "edge =
pgraph.edge(n.id, last)", I don't get an AttributeError from Python; not
sure if this is the correct behavior.

What version of the product are you using? On what operating system?

Current from SVN as of 1/14/2009, XP SP3.

Please provide any additional information below.

Is my change by removing the last reference of .edge from pgraph.edge correct?

Original issue reported on code.google.com by jlw...@gmail.com on 15 Jan 2009 at 4:23

GoogleCodeExporter commented 9 years ago
Added file

Original comment by jlw...@gmail.com on 15 Jan 2009 at 4:45

Attachments: