Menu

[r11]: / trunk / SWFInvestigator / src / help / utils / fuzz.xml  Maximize  Restore  History

Download this file

62 lines (49 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0"?>
<fuzz>
<!-- int values -->
<type name="int">
<value>-3</value>
<value>3</value>
</type>
<!--uint values-->
<type name="uint">
<value>100</value>
</type>
<!-- Number values -->
<type name="Number">
<value>1</value>
</type>
<!-- XML values -->
<type name="XML">
<value><![CDATA[<bar/>]]></value>
</type>
<!-- Object values -->
<type name="Object">
<!-- First object value -->
<value name="Object1">
<param name="foo" type="String">bar</param>
<param name="bar" type="int">5</param>
<!-- Child objects are supported -->
<param name="objFoo" type="Object">
<![CDATA[
<value name="ObjectChild">
<param name="foo2" type="String">bar2</param>
<param name="bar2" type="int">2</param>
</value>
]]>
</param>
</value>
<!-- Second Object Value -->
<value name="Object2">
<param name="ob2foo" type="String">bar</param>
</value>
</type>
<!-- Class Values -->
<type name="Class">
<!-- The name is the name of the class in AS3 -->
<value name="mx.controls.TextArea">
<!-- The name is the property within the class that you want to set -->
<param name="text" type="String">bar</param>
</value>
</type>
</fuzz>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.