diff options
| author | Root THC | 2026-02-24 12:42:47 +0000 |
|---|---|---|
| committer | Root THC | 2026-02-24 12:42:47 +0000 |
| commit | c9cbeced5b3f2bdd7407e29c0811e65954132540 (patch) | |
| tree | aefc355416b561111819de159ccbd86c3004cf88 /other/burneye2/elf/debug/control-flow-graph.ps | |
| parent | 073fe4bf9fca6bf40cef2886d75df832ef4b6fca (diff) | |
initial
Diffstat (limited to 'other/burneye2/elf/debug/control-flow-graph.ps')
| -rw-r--r-- | other/burneye2/elf/debug/control-flow-graph.ps | 781 |
1 files changed, 781 insertions, 0 deletions
diff --git a/other/burneye2/elf/debug/control-flow-graph.ps b/other/burneye2/elf/debug/control-flow-graph.ps new file mode 100644 index 0000000..13c236f --- /dev/null +++ b/other/burneye2/elf/debug/control-flow-graph.ps | |||
| @@ -0,0 +1,781 @@ | |||
| 1 | %!PS-Adobe-2.0 | ||
| 2 | %%Creator: dot version 1.8.9 (Wed Oct 2 09:41:21 MDT 2002) | ||
| 3 | %%For: (scut) scut,,, | ||
| 4 | %%Title: main | ||
| 5 | %%Pages: (atend) | ||
| 6 | %%BoundingBox: 35 35 908 913 | ||
| 7 | %%EndComments | ||
| 8 | save | ||
| 9 | %%BeginProlog | ||
| 10 | /DotDict 200 dict def | ||
| 11 | DotDict begin | ||
| 12 | |||
| 13 | /setupLatin1 { | ||
| 14 | mark | ||
| 15 | /EncodingVector 256 array def | ||
| 16 | EncodingVector 0 | ||
| 17 | |||
| 18 | ISOLatin1Encoding 0 255 getinterval putinterval | ||
| 19 | |||
| 20 | EncodingVector | ||
| 21 | dup 306 /AE | ||
| 22 | dup 301 /Aacute | ||
| 23 | dup 302 /Acircumflex | ||
| 24 | dup 304 /Adieresis | ||
| 25 | dup 300 /Agrave | ||
| 26 | dup 305 /Aring | ||
| 27 | dup 303 /Atilde | ||
| 28 | dup 307 /Ccedilla | ||
| 29 | dup 311 /Eacute | ||
| 30 | dup 312 /Ecircumflex | ||
| 31 | dup 313 /Edieresis | ||
| 32 | dup 310 /Egrave | ||
| 33 | dup 315 /Iacute | ||
| 34 | dup 316 /Icircumflex | ||
| 35 | dup 317 /Idieresis | ||
| 36 | dup 314 /Igrave | ||
| 37 | dup 334 /Udieresis | ||
| 38 | dup 335 /Yacute | ||
| 39 | dup 376 /thorn | ||
| 40 | dup 337 /germandbls | ||
| 41 | dup 341 /aacute | ||
| 42 | dup 342 /acircumflex | ||
| 43 | dup 344 /adieresis | ||
| 44 | dup 346 /ae | ||
| 45 | dup 340 /agrave | ||
| 46 | dup 345 /aring | ||
| 47 | dup 347 /ccedilla | ||
| 48 | dup 351 /eacute | ||
| 49 | dup 352 /ecircumflex | ||
| 50 | dup 353 /edieresis | ||
| 51 | dup 350 /egrave | ||
| 52 | dup 355 /iacute | ||
| 53 | dup 356 /icircumflex | ||
| 54 | dup 357 /idieresis | ||
| 55 | dup 354 /igrave | ||
| 56 | dup 360 /dcroat | ||
| 57 | dup 361 /ntilde | ||
| 58 | dup 363 /oacute | ||
| 59 | dup 364 /ocircumflex | ||
| 60 | dup 366 /odieresis | ||
| 61 | dup 362 /ograve | ||
| 62 | dup 365 /otilde | ||
| 63 | dup 370 /oslash | ||
| 64 | dup 372 /uacute | ||
| 65 | dup 373 /ucircumflex | ||
| 66 | dup 374 /udieresis | ||
| 67 | dup 371 /ugrave | ||
| 68 | dup 375 /yacute | ||
| 69 | dup 377 /ydieresis | ||
| 70 | |||
| 71 | % Set up ISO Latin 1 character encoding | ||
| 72 | /starnetISO { | ||
| 73 | dup dup findfont dup length dict begin | ||
| 74 | { 1 index /FID ne { def }{ pop pop } ifelse | ||
| 75 | } forall | ||
| 76 | /Encoding EncodingVector def | ||
| 77 | currentdict end definefont | ||
| 78 | } def | ||
| 79 | /Times-Roman starnetISO def | ||
| 80 | /Times-Italic starnetISO def | ||
| 81 | /Times-Bold starnetISO def | ||
| 82 | /Times-BoldItalic starnetISO def | ||
| 83 | /Helvetica starnetISO def | ||
| 84 | /Helvetica-Oblique starnetISO def | ||
| 85 | /Helvetica-Bold starnetISO def | ||
| 86 | /Helvetica-BoldOblique starnetISO def | ||
| 87 | /Courier starnetISO def | ||
| 88 | /Courier-Oblique starnetISO def | ||
| 89 | /Courier-Bold starnetISO def | ||
| 90 | /Courier-BoldOblique starnetISO def | ||
| 91 | cleartomark | ||
| 92 | } bind def | ||
| 93 | |||
| 94 | %%BeginResource: procset | ||
| 95 | /coord-font-family /Times-Roman def | ||
| 96 | /default-font-family /Times-Roman def | ||
| 97 | /coordfont coord-font-family findfont 8 scalefont def | ||
| 98 | |||
| 99 | /InvScaleFactor 1.0 def | ||
| 100 | /set_scale { | ||
| 101 | dup 1 exch div /InvScaleFactor exch def | ||
| 102 | dup scale | ||
| 103 | } bind def | ||
| 104 | |||
| 105 | % styles | ||
| 106 | /solid { [] 0 setdash } bind def | ||
| 107 | /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def | ||
| 108 | /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def | ||
| 109 | /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def | ||
| 110 | /bold { 2 setlinewidth } bind def | ||
| 111 | /filled { } bind def | ||
| 112 | /unfilled { } bind def | ||
| 113 | /rounded { } bind def | ||
| 114 | /diagonals { } bind def | ||
| 115 | |||
| 116 | % hooks for setting color | ||
| 117 | /nodecolor { sethsbcolor } bind def | ||
| 118 | /edgecolor { sethsbcolor } bind def | ||
| 119 | /graphcolor { sethsbcolor } bind def | ||
| 120 | /nopcolor {pop pop pop} bind def | ||
| 121 | |||
| 122 | /beginpage { % i j npages | ||
| 123 | /npages exch def | ||
| 124 | /j exch def | ||
| 125 | /i exch def | ||
| 126 | /str 10 string def | ||
| 127 | npages 1 gt { | ||
| 128 | gsave | ||
| 129 | coordfont setfont | ||
| 130 | 0 0 moveto | ||
| 131 | (\() show i str cvs show (,) show j str cvs show (\)) show | ||
| 132 | grestore | ||
| 133 | } if | ||
| 134 | } bind def | ||
| 135 | |||
| 136 | /set_font { | ||
| 137 | findfont exch | ||
| 138 | scalefont setfont | ||
| 139 | } def | ||
| 140 | |||
| 141 | % draw aligned label in bounding box aligned to current point | ||
| 142 | /alignedtext { % width adj text | ||
| 143 | /text exch def | ||
| 144 | /adj exch def | ||
| 145 | /width exch def | ||
| 146 | gsave | ||
| 147 | width 0 gt { | ||
| 148 | text stringwidth pop adj mul 0 rmoveto | ||
| 149 | } if | ||
| 150 | [] 0 setdash | ||
| 151 | text show | ||
| 152 | grestore | ||
| 153 | } def | ||
| 154 | |||
| 155 | /boxprim { % xcorner ycorner xsize ysize | ||
| 156 | 4 2 roll | ||
| 157 | moveto | ||
| 158 | 2 copy | ||
| 159 | exch 0 rlineto | ||
| 160 | 0 exch rlineto | ||
| 161 | pop neg 0 rlineto | ||
| 162 | closepath | ||
| 163 | } bind def | ||
| 164 | |||
| 165 | /ellipse_path { | ||
| 166 | /ry exch def | ||
| 167 | /rx exch def | ||
| 168 | /y exch def | ||
| 169 | /x exch def | ||
| 170 | matrix currentmatrix | ||
| 171 | newpath | ||
| 172 | x y translate | ||
| 173 | rx ry scale | ||
| 174 | 0 0 1 0 360 arc | ||
| 175 | setmatrix | ||
| 176 | } bind def | ||
| 177 | |||
| 178 | /endpage { showpage } bind def | ||
| 179 | |||
| 180 | /layercolorseq | ||
| 181 | [ % layer color sequence - darkest to lightest | ||
| 182 | [0 0 0] | ||
| 183 | [.2 .8 .8] | ||
| 184 | [.4 .8 .8] | ||
| 185 | [.6 .8 .8] | ||
| 186 | [.8 .8 .8] | ||
| 187 | ] | ||
| 188 | def | ||
| 189 | |||
| 190 | /setlayer {/maxlayer exch def /curlayer exch def | ||
| 191 | layercolorseq curlayer get | ||
| 192 | aload pop sethsbcolor | ||
| 193 | /nodecolor {nopcolor} def | ||
| 194 | /edgecolor {nopcolor} def | ||
| 195 | /graphcolor {nopcolor} def | ||
| 196 | } bind def | ||
| 197 | |||
| 198 | /onlayer { curlayer ne {invis} if } def | ||
| 199 | |||
| 200 | /onlayers { | ||
| 201 | /myupper exch def | ||
| 202 | /mylower exch def | ||
| 203 | curlayer mylower lt | ||
| 204 | curlayer myupper gt | ||
| 205 | or | ||
| 206 | {invis} if | ||
| 207 | } def | ||
| 208 | |||
| 209 | /curlayer 0 def | ||
| 210 | |||
| 211 | %%EndResource | ||
| 212 | %%EndProlog | ||
| 213 | %%BeginSetup | ||
| 214 | 14 default-font-family set_font | ||
| 215 | 1 setmiterlimit | ||
| 216 | % /arrowlength 10 def | ||
| 217 | % /arrowwidth 5 def | ||
| 218 | |||
| 219 | % make sure pdfmark is harmless for PS-interpreters other than Distiller | ||
| 220 | /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse | ||
| 221 | % make '<<' and '>>' safe on PS Level 1 devices | ||
| 222 | /languagelevel where {pop languagelevel}{1} ifelse | ||
| 223 | 2 lt { | ||
| 224 | userdict (<<) cvn ([) cvn load put | ||
| 225 | userdict (>>) cvn ([) cvn load put | ||
| 226 | } if | ||
| 227 | |||
| 228 | %%EndSetup | ||
| 229 | setupLatin1 | ||
| 230 | %%Page: 1 1 | ||
| 231 | %%PageBoundingBox: 36 36 908 913 | ||
| 232 | %%PageOrientation: Portrait | ||
| 233 | gsave | ||
| 234 | 35 35 873 878 boxprim clip newpath | ||
| 235 | 36 36 translate | ||
| 236 | 0 0 1 beginpage | ||
| 237 | 0 0 translate 0 rotate | ||
| 238 | 0.000 0.000 0.000 graphcolor | ||
| 239 | 14.00 /Times-Roman set_font | ||
| 240 | |||
| 241 | % 0x01000000 | ||
| 242 | gsave 10 dict begin | ||
| 243 | filled | ||
| 244 | 0.561 0.459 0.980 nodecolor | ||
| 245 | newpath 285 632 moveto | ||
| 246 | 741 632 lineto | ||
| 247 | 741 868 lineto | ||
| 248 | 285 868 lineto | ||
| 249 | closepath | ||
| 250 | fill | ||
| 251 | 0.000 0.000 0.000 nodecolor | ||
| 252 | newpath 285 632 moveto | ||
| 253 | 741 632 lineto | ||
| 254 | 741 868 lineto | ||
| 255 | 285 868 lineto | ||
| 256 | closepath | ||
| 257 | stroke | ||
| 258 | gsave 10 dict begin | ||
| 259 | 513 853 moveto 77 -0.5 (0x01000000) alignedtext | ||
| 260 | end grestore | ||
| 261 | newpath 285 848 moveto | ||
| 262 | 741 848 lineto | ||
| 263 | stroke | ||
| 264 | gsave 10 dict begin | ||
| 265 | 285 833 moveto 87 0.0 (˙0x01000000) alignedtext | ||
| 266 | 285 817 moveto 83 0.0 (˙0x01000001) alignedtext | ||
| 267 | 285 801 moveto 86 0.0 (˙0x01000003) alignedtext | ||
| 268 | 285 785 moveto 86 0.0 (˙0x01000006) alignedtext | ||
| 269 | 285 769 moveto 86 0.0 (˙0x01000009) alignedtext | ||
| 270 | 285 753 moveto 86 0.0 (˙0x0100000c) alignedtext | ||
| 271 | 285 737 moveto 86 0.0 (˙0x0100000f) alignedtext | ||
| 272 | 285 721 moveto 80 0.0 (˙0x01000011) alignedtext | ||
| 273 | 285 705 moveto 83 0.0 (˙0x01000012) alignedtext | ||
| 274 | 285 689 moveto 83 0.0 (˙0x01000017) alignedtext | ||
| 275 | 285 673 moveto 83 0.0 (˙0x0100001a) alignedtext | ||
| 276 | 285 657 moveto 84 0.0 (˙0x0100001d) alignedtext | ||
| 277 | end grestore | ||
| 278 | newpath 386 652 moveto | ||
| 279 | 386 848 lineto | ||
| 280 | stroke | ||
| 281 | gsave 10 dict begin | ||
| 282 | 386 833 moveto 67 0.0 (˙push ebp) alignedtext | ||
| 283 | 386 817 moveto 90 0.0 ( mov ebp, esp) alignedtext | ||
| 284 | 386 801 moveto 152 0.0 ( sub esp, \(8\)0x00000018) alignedtext | ||
| 285 | 386 785 moveto 153 0.0 ( add esp, \(8\)0xfffffff4) alignedtext | ||
| 286 | 386 769 moveto 266 0.0 ( mov eax, dword [ebp + \(8\)0x0000000c]) alignedtext | ||
| 287 | 386 753 moveto 159 0.0 ( add eax, \(8\)0x00000004) alignedtext | ||
| 288 | 386 737 moveto 150 0.0 ( mov edx, dword [eax]) alignedtext | ||
| 289 | 386 721 moveto 62 0.0 ( push edx) alignedtext | ||
| 290 | 386 705 moveto 178 0.0 ( call dword \(32\)0xfffffffc) alignedtext | ||
| 291 | 386 689 moveto 154 0.0 ( add esp, \(8\)0x00000010) alignedtext | ||
| 292 | 386 673 moveto 262 0.0 ( mov dword [ebp + \(8\)0xfffffffc], eax) alignedtext | ||
| 293 | 386 657 moveto 341 0.0 ( mov dword [ebp + \(8\)0xfffffff8], \(32\)0x00000001) alignedtext | ||
| 294 | end grestore | ||
| 295 | newpath 285 652 moveto | ||
| 296 | 741 652 lineto | ||
| 297 | stroke | ||
| 298 | gsave 10 dict begin | ||
| 299 | 513 637 moveto 78 -0.5 (0x01000024) alignedtext | ||
| 300 | end grestore | ||
| 301 | end grestore | ||
| 302 | |||
| 303 | % 0x01000024 | ||
| 304 | gsave 10 dict begin | ||
| 305 | filled | ||
| 306 | 0.561 0.459 0.980 nodecolor | ||
| 307 | newpath 322 472 moveto | ||
| 308 | 705 472 lineto | ||
| 309 | 705 596 lineto | ||
| 310 | 322 596 lineto | ||
| 311 | closepath | ||
| 312 | fill | ||
| 313 | 0.000 0.000 0.000 nodecolor | ||
| 314 | newpath 322 472 moveto | ||
| 315 | 705 472 lineto | ||
| 316 | 705 596 lineto | ||
| 317 | 322 596 lineto | ||
| 318 | closepath | ||
| 319 | stroke | ||
| 320 | gsave 10 dict begin | ||
| 321 | 513 581 moveto 78 -0.5 (0x01000024) alignedtext | ||
| 322 | end grestore | ||
| 323 | newpath 322 576 moveto | ||
| 324 | 705 576 lineto | ||
| 325 | stroke | ||
| 326 | gsave 10 dict begin | ||
| 327 | 322 561 moveto 87 0.0 (˙0x01000024) alignedtext | ||
| 328 | 322 545 moveto 87 0.0 (˙0x01000027) alignedtext | ||
| 329 | 322 529 moveto 86 0.0 (˙0x01000029) alignedtext | ||
| 330 | 322 513 moveto 88 0.0 (˙0x0100002b) alignedtext | ||
| 331 | 322 497 moveto 86 0.0 (˙0x0100002e) alignedtext | ||
| 332 | end grestore | ||
| 333 | newpath 424 492 moveto | ||
| 334 | 424 576 lineto | ||
| 335 | stroke | ||
| 336 | gsave 10 dict begin | ||
| 337 | 424 561 moveto 267 0.0 (˙mov edx, dword [ebp + \(8\)0xfffffffc]) alignedtext | ||
| 338 | 424 545 moveto 92 0.0 ( mov eax, edx) alignedtext | ||
| 339 | 424 529 moveto 54 0.0 ( shr1 eax) alignedtext | ||
| 340 | 424 513 moveto 261 0.0 ( cmp dword [ebp + \(8\)0xfffffff8], eax) alignedtext | ||
| 341 | 424 497 moveto 188 0.0 ( j\(b,nae\) byte \(8\)0x00000002) alignedtext | ||
| 342 | end grestore | ||
| 343 | newpath 322 492 moveto | ||
| 344 | 705 492 lineto | ||
| 345 | stroke | ||
| 346 | gsave 10 dict begin | ||
| 347 | 513 477 moveto 76 -0.5 (0x01000030) alignedtext | ||
| 348 | end grestore | ||
| 349 | end grestore | ||
| 350 | |||
| 351 | % 0x01000000 -> 0x01000024 | ||
| 352 | gsave 10 dict begin | ||
| 353 | 0.404 0.667 0.545 edgecolor | ||
| 354 | newpath 513 632 moveto | ||
| 355 | 513 625 513 615 513 606 curveto | ||
| 356 | stroke | ||
| 357 | gsave 10 dict begin | ||
| 358 | solid | ||
| 359 | 0.404 0.667 0.545 edgecolor | ||
| 360 | newpath 516 606 moveto | ||
| 361 | 513 596 lineto | ||
| 362 | 511 606 lineto | ||
| 363 | closepath | ||
| 364 | fill | ||
| 365 | 0.404 0.667 0.545 edgecolor | ||
| 366 | end grestore | ||
| 367 | end grestore | ||
| 368 | |||
| 369 | % 0x01000030 | ||
| 370 | gsave 10 dict begin | ||
| 371 | filled | ||
| 372 | 0.561 0.459 0.980 nodecolor | ||
| 373 | newpath 7 336 moveto | ||
| 374 | 290 336 lineto | ||
| 375 | 290 396 lineto | ||
| 376 | 7 396 lineto | ||
| 377 | closepath | ||
| 378 | fill | ||
| 379 | 0.000 0.000 0.000 nodecolor | ||
| 380 | newpath 7 336 moveto | ||
| 381 | 290 336 lineto | ||
| 382 | 290 396 lineto | ||
| 383 | 7 396 lineto | ||
| 384 | closepath | ||
| 385 | stroke | ||
| 386 | gsave 10 dict begin | ||
| 387 | 148 381 moveto 76 -0.5 (0x01000030) alignedtext | ||
| 388 | end grestore | ||
| 389 | newpath 7 376 moveto | ||
| 390 | 290 376 lineto | ||
| 391 | stroke | ||
| 392 | gsave 10 dict begin | ||
| 393 | 7 361 moveto 86 0.0 (˙0x01000030) alignedtext | ||
| 394 | end grestore | ||
| 395 | newpath 107 356 moveto | ||
| 396 | 107 376 lineto | ||
| 397 | stroke | ||
| 398 | gsave 10 dict begin | ||
| 399 | 107 361 moveto 169 0.0 (˙jmp byte \(8\)0x0000002e) alignedtext | ||
| 400 | end grestore | ||
| 401 | newpath 7 356 moveto | ||
| 402 | 290 356 lineto | ||
| 403 | stroke | ||
| 404 | gsave 10 dict begin | ||
| 405 | 148 341 moveto 77 -0.5 (0x01000032) alignedtext | ||
| 406 | end grestore | ||
| 407 | end grestore | ||
| 408 | |||
| 409 | % 0x01000024 -> 0x01000030 | ||
| 410 | gsave 10 dict begin | ||
| 411 | 0.404 0.667 0.545 edgecolor | ||
| 412 | newpath 453 472 moveto | ||
| 413 | 408 464 344 451 290 436 curveto | ||
| 414 | 252 425 210 410 182 399 curveto | ||
| 415 | stroke | ||
| 416 | gsave 10 dict begin | ||
| 417 | solid | ||
| 418 | 0.404 0.667 0.545 edgecolor | ||
| 419 | newpath 183 397 moveto | ||
| 420 | 173 396 lineto | ||
| 421 | 182 402 lineto | ||
| 422 | closepath | ||
| 423 | fill | ||
| 424 | 0.404 0.667 0.545 edgecolor | ||
| 425 | end grestore | ||
| 426 | end grestore | ||
| 427 | |||
| 428 | % 0x01000032 | ||
| 429 | gsave 10 dict begin | ||
| 430 | filled | ||
| 431 | 0.561 0.459 0.980 nodecolor | ||
| 432 | newpath 323 296 moveto | ||
| 433 | 703 296 lineto | ||
| 434 | 703 436 lineto | ||
| 435 | 323 436 lineto | ||
| 436 | closepath | ||
| 437 | fill | ||
| 438 | 0.000 0.000 0.000 nodecolor | ||
| 439 | newpath 323 296 moveto | ||
| 440 | 703 296 lineto | ||
| 441 | 703 436 lineto | ||
| 442 | 323 436 lineto | ||
| 443 | closepath | ||
| 444 | stroke | ||
| 445 | gsave 10 dict begin | ||
| 446 | 513 421 moveto 77 -0.5 (0x01000032) alignedtext | ||
| 447 | end grestore | ||
| 448 | newpath 323 416 moveto | ||
| 449 | 703 416 lineto | ||
| 450 | stroke | ||
| 451 | gsave 10 dict begin | ||
| 452 | 323 401 moveto 86 0.0 (˙0x01000032) alignedtext | ||
| 453 | 323 385 moveto 85 0.0 (˙0x01000035) alignedtext | ||
| 454 | 323 369 moveto 85 0.0 (˙0x01000038) alignedtext | ||
| 455 | 323 353 moveto 85 0.0 (˙0x0100003a) alignedtext | ||
| 456 | 323 337 moveto 85 0.0 (˙0x0100003c) alignedtext | ||
| 457 | 323 321 moveto 85 0.0 (˙0x0100003e) alignedtext | ||
| 458 | end grestore | ||
| 459 | newpath 423 316 moveto | ||
| 460 | 423 416 lineto | ||
| 461 | stroke | ||
| 462 | gsave 10 dict begin | ||
| 463 | 423 401 moveto 266 0.0 (˙mov eax, dword [ebp + \(8\)0xfffffffc]) alignedtext | ||
| 464 | 423 385 moveto 249 0.0 ( lea ecx, dword [ebp + \(8\)0xfffffff8]) alignedtext | ||
| 465 | 423 369 moveto 85 0.0 ( xor edx, edx) alignedtext | ||
| 466 | 423 353 moveto 107 0.0 ( div dword [ecx]) alignedtext | ||
| 467 | 423 337 moveto 84 0.0 ( test edx, edx) alignedtext | ||
| 468 | 423 321 moveto 186 0.0 ( j\(ne,nz\) byte \(8\)0x00000014) alignedtext | ||
| 469 | end grestore | ||
| 470 | newpath 323 316 moveto | ||
| 471 | 703 316 lineto | ||
| 472 | stroke | ||
| 473 | gsave 10 dict begin | ||
| 474 | 513 301 moveto 78 -0.5 (0x01000040) alignedtext | ||
| 475 | end grestore | ||
| 476 | end grestore | ||
| 477 | |||
| 478 | % 0x01000024 -> 0x01000032 | ||
| 479 | gsave 10 dict begin | ||
| 480 | 0.894 0.800 0.804 edgecolor | ||
| 481 | newpath 513 472 moveto | ||
| 482 | 513 465 513 455 513 446 curveto | ||
| 483 | stroke | ||
| 484 | gsave 10 dict begin | ||
| 485 | solid | ||
| 486 | 0.894 0.800 0.804 edgecolor | ||
| 487 | newpath 516 446 moveto | ||
| 488 | 513 436 lineto | ||
| 489 | 511 446 lineto | ||
| 490 | closepath | ||
| 491 | fill | ||
| 492 | 0.894 0.800 0.804 edgecolor | ||
| 493 | end grestore | ||
| 494 | end grestore | ||
| 495 | |||
| 496 | % 0x01000060 | ||
| 497 | gsave 10 dict begin | ||
| 498 | filled | ||
| 499 | 0.561 0.459 0.980 nodecolor | ||
| 500 | newpath 0 152 moveto | ||
| 501 | 281 152 lineto | ||
| 502 | 281 228 lineto | ||
| 503 | 0 228 lineto | ||
| 504 | closepath | ||
| 505 | fill | ||
| 506 | 0.000 0.000 0.000 nodecolor | ||
| 507 | newpath 0 152 moveto | ||
| 508 | 281 152 lineto | ||
| 509 | 281 228 lineto | ||
| 510 | 0 228 lineto | ||
| 511 | closepath | ||
| 512 | stroke | ||
| 513 | gsave 10 dict begin | ||
| 514 | 140 213 moveto 77 -0.5 (0x01000060) alignedtext | ||
| 515 | end grestore | ||
| 516 | newpath 0 208 moveto | ||
| 517 | 281 208 lineto | ||
| 518 | stroke | ||
| 519 | gsave 10 dict begin | ||
| 520 | 0 193 moveto 86 0.0 (˙0x01000060) alignedtext | ||
| 521 | 0 177 moveto 87 0.0 (˙0x01000062) alignedtext | ||
| 522 | end grestore | ||
| 523 | newpath 101 172 moveto | ||
| 524 | 101 208 lineto | ||
| 525 | stroke | ||
| 526 | gsave 10 dict begin | ||
| 527 | 101 193 moveto 87 0.0 (˙xor eax, eax) alignedtext | ||
| 528 | 101 177 moveto 166 0.0 ( jmp byte \(8\)0x00000000) alignedtext | ||
| 529 | end grestore | ||
| 530 | newpath 0 172 moveto | ||
| 531 | 281 172 lineto | ||
| 532 | stroke | ||
| 533 | gsave 10 dict begin | ||
| 534 | 140 157 moveto 78 -0.5 (0x01000064) alignedtext | ||
| 535 | end grestore | ||
| 536 | end grestore | ||
| 537 | |||
| 538 | % 0x01000030 -> 0x01000060 | ||
| 539 | newpath 147 336 moveto | ||
| 540 | 145 314 143 264 141 236 curveto | ||
| 541 | stroke | ||
| 542 | gsave 10 dict begin | ||
| 543 | solid | ||
| 544 | 0.000 0.000 0.000 edgecolor | ||
| 545 | newpath 144 238 moveto | ||
| 546 | 141 228 lineto | ||
| 547 | 139 238 lineto | ||
| 548 | closepath | ||
| 549 | fill | ||
| 550 | 0.000 0.000 0.000 edgecolor | ||
| 551 | end grestore | ||
| 552 | |||
| 553 | % 0x01000064 | ||
| 554 | gsave 10 dict begin | ||
| 555 | filled | ||
| 556 | 0.561 0.459 0.980 nodecolor | ||
| 557 | newpath 61 8 moveto | ||
| 558 | 220 8 lineto | ||
| 559 | 220 84 lineto | ||
| 560 | 61 84 lineto | ||
| 561 | closepath | ||
| 562 | fill | ||
| 563 | 0.000 0.000 0.000 nodecolor | ||
| 564 | newpath 61 8 moveto | ||
| 565 | 220 8 lineto | ||
| 566 | 220 84 lineto | ||
| 567 | 61 84 lineto | ||
| 568 | closepath | ||
| 569 | stroke | ||
| 570 | gsave 10 dict begin | ||
| 571 | 140 69 moveto 78 -0.5 (0x01000064) alignedtext | ||
| 572 | end grestore | ||
| 573 | newpath 61 64 moveto | ||
| 574 | 220 64 lineto | ||
| 575 | stroke | ||
| 576 | gsave 10 dict begin | ||
| 577 | 61 49 moveto 87 0.0 (˙0x01000064) alignedtext | ||
| 578 | 61 33 moveto 86 0.0 (˙0x01000065) alignedtext | ||
| 579 | end grestore | ||
| 580 | newpath 162 28 moveto | ||
| 581 | 162 64 lineto | ||
| 582 | stroke | ||
| 583 | gsave 10 dict begin | ||
| 584 | 162 49 moveto 44 0.0 (˙leave) alignedtext | ||
| 585 | 162 33 moveto 23 0.0 ( ret) alignedtext | ||
| 586 | end grestore | ||
| 587 | newpath 61 28 moveto | ||
| 588 | 220 28 lineto | ||
| 589 | stroke | ||
| 590 | gsave 10 dict begin | ||
| 591 | 140 13 moveto 77 -0.5 (0x01000066) alignedtext | ||
| 592 | end grestore | ||
| 593 | end grestore | ||
| 594 | |||
| 595 | % 0x01000060 -> 0x01000064 | ||
| 596 | newpath 140 152 moveto | ||
| 597 | 140 138 140 111 140 92 curveto | ||
| 598 | stroke | ||
| 599 | gsave 10 dict begin | ||
| 600 | solid | ||
| 601 | 0.000 0.000 0.000 edgecolor | ||
| 602 | newpath 143 94 moveto | ||
| 603 | 140 84 lineto | ||
| 604 | 138 94 lineto | ||
| 605 | closepath | ||
| 606 | fill | ||
| 607 | 0.000 0.000 0.000 edgecolor | ||
| 608 | end grestore | ||
| 609 | |||
| 610 | % 0x01000040 | ||
| 611 | gsave 10 dict begin | ||
| 612 | filled | ||
| 613 | 0.561 0.459 0.980 nodecolor | ||
| 614 | newpath 298 120 moveto | ||
| 615 | 675 120 lineto | ||
| 616 | 675 260 lineto | ||
| 617 | 298 260 lineto | ||
| 618 | closepath | ||
| 619 | fill | ||
| 620 | 0.000 0.000 0.000 nodecolor | ||
| 621 | newpath 298 120 moveto | ||
| 622 | 675 120 lineto | ||
| 623 | 675 260 lineto | ||
| 624 | 298 260 lineto | ||
| 625 | closepath | ||
| 626 | stroke | ||
| 627 | gsave 10 dict begin | ||
| 628 | 486 245 moveto 78 -0.5 (0x01000040) alignedtext | ||
| 629 | end grestore | ||
| 630 | newpath 298 240 moveto | ||
| 631 | 675 240 lineto | ||
| 632 | stroke | ||
| 633 | gsave 10 dict begin | ||
| 634 | 298 225 moveto 87 0.0 (˙0x01000040) alignedtext | ||
| 635 | 298 209 moveto 86 0.0 (˙0x01000043) alignedtext | ||
| 636 | 298 193 moveto 87 0.0 (˙0x01000046) alignedtext | ||
| 637 | 298 177 moveto 87 0.0 (˙0x01000047) alignedtext | ||
| 638 | 298 161 moveto 86 0.0 (˙0x0100004c) alignedtext | ||
| 639 | 298 145 moveto 83 0.0 (˙0x01000051) alignedtext | ||
| 640 | end grestore | ||
| 641 | newpath 399 140 moveto | ||
| 642 | 399 240 lineto | ||
| 643 | stroke | ||
| 644 | gsave 10 dict begin | ||
| 645 | 399 225 moveto 156 0.0 (˙add esp, \(8\)0xfffffff8) alignedtext | ||
| 646 | 399 209 moveto 262 0.0 ( mov eax, dword [ebp + \(8\)0xfffffff8]) alignedtext | ||
| 647 | 399 193 moveto 61 0.0 ( push eax) alignedtext | ||
| 648 | 399 177 moveto 144 0.0 ( push \(32\)0x00000000) alignedtext | ||
| 649 | 399 161 moveto 178 0.0 ( call dword \(32\)0xfffffffc) alignedtext | ||
| 650 | 399 145 moveto 154 0.0 ( add esp, \(8\)0x00000010) alignedtext | ||
| 651 | end grestore | ||
| 652 | newpath 298 140 moveto | ||
| 653 | 675 140 lineto | ||
| 654 | stroke | ||
| 655 | gsave 10 dict begin | ||
| 656 | 486 125 moveto 77 -0.5 (0x01000054) alignedtext | ||
| 657 | end grestore | ||
| 658 | end grestore | ||
| 659 | |||
| 660 | % 0x01000032 -> 0x01000040 | ||
| 661 | gsave 10 dict begin | ||
| 662 | 0.404 0.667 0.545 edgecolor | ||
| 663 | newpath 508 296 moveto | ||
| 664 | 504 289 499 278 495 269 curveto | ||
| 665 | stroke | ||
| 666 | gsave 10 dict begin | ||
| 667 | solid | ||
| 668 | 0.404 0.667 0.545 edgecolor | ||
| 669 | newpath 497 268 moveto | ||
| 670 | 491 260 lineto | ||
| 671 | 493 270 lineto | ||
| 672 | closepath | ||
| 673 | fill | ||
| 674 | 0.404 0.667 0.545 edgecolor | ||
| 675 | end grestore | ||
| 676 | end grestore | ||
| 677 | |||
| 678 | % 0x01000054 | ||
| 679 | gsave 10 dict begin | ||
| 680 | filled | ||
| 681 | 0.561 0.459 0.980 nodecolor | ||
| 682 | newpath 533 8 moveto | ||
| 683 | 871 8 lineto | ||
| 684 | 871 84 lineto | ||
| 685 | 533 84 lineto | ||
| 686 | closepath | ||
| 687 | fill | ||
| 688 | 0.000 0.000 0.000 nodecolor | ||
| 689 | newpath 533 8 moveto | ||
| 690 | 871 8 lineto | ||
| 691 | 871 84 lineto | ||
| 692 | 533 84 lineto | ||
| 693 | closepath | ||
| 694 | stroke | ||
| 695 | gsave 10 dict begin | ||
| 696 | 702 69 moveto 77 -0.5 (0x01000054) alignedtext | ||
| 697 | end grestore | ||
| 698 | newpath 533 64 moveto | ||
| 699 | 871 64 lineto | ||
| 700 | stroke | ||
| 701 | gsave 10 dict begin | ||
| 702 | 533 49 moveto 86 0.0 (˙0x01000054) alignedtext | ||
| 703 | 533 33 moveto 86 0.0 (˙0x01000057) alignedtext | ||
| 704 | end grestore | ||
| 705 | newpath 633 28 moveto | ||
| 706 | 633 64 lineto | ||
| 707 | stroke | ||
| 708 | gsave 10 dict begin | ||
| 709 | 633 49 moveto 224 0.0 (˙inc dword [ebp + \(8\)0xfffffff8]) alignedtext | ||
| 710 | 633 33 moveto 162 0.0 ( jmp byte \(8\)0xffffffcb) alignedtext | ||
| 711 | end grestore | ||
| 712 | newpath 533 28 moveto | ||
| 713 | 871 28 lineto | ||
| 714 | stroke | ||
| 715 | gsave 10 dict begin | ||
| 716 | 702 13 moveto 76 -0.5 (0x01000059) alignedtext | ||
| 717 | end grestore | ||
| 718 | end grestore | ||
| 719 | |||
| 720 | % 0x01000032 -> 0x01000054 | ||
| 721 | gsave 10 dict begin | ||
| 722 | 0.894 0.800 0.804 edgecolor | ||
| 723 | newpath 577 296 moveto | ||
| 724 | 619 288 669 276 683 260 curveto | ||
| 725 | 723 212 713 131 706 94 curveto | ||
| 726 | stroke | ||
| 727 | gsave 10 dict begin | ||
| 728 | solid | ||
| 729 | 0.894 0.800 0.804 edgecolor | ||
| 730 | newpath 708 93 moveto | ||
| 731 | 704 84 lineto | ||
| 732 | 704 94 lineto | ||
| 733 | closepath | ||
| 734 | fill | ||
| 735 | 0.894 0.800 0.804 edgecolor | ||
| 736 | end grestore | ||
| 737 | end grestore | ||
| 738 | |||
| 739 | % 0x01000040 -> 0x01000054 | ||
| 740 | gsave 10 dict begin | ||
| 741 | 0.404 0.667 0.545 edgecolor | ||
| 742 | newpath 525 120 moveto | ||
| 743 | 561 111 615 96 654 86 curveto | ||
| 744 | stroke | ||
| 745 | gsave 10 dict begin | ||
| 746 | solid | ||
| 747 | 0.404 0.667 0.545 edgecolor | ||
| 748 | newpath 654 89 moveto | ||
| 749 | 663 84 lineto | ||
| 750 | 653 84 lineto | ||
| 751 | closepath | ||
| 752 | fill | ||
| 753 | 0.404 0.667 0.545 edgecolor | ||
| 754 | end grestore | ||
| 755 | end grestore | ||
| 756 | |||
| 757 | % 0x01000054 -> 0x01000024 | ||
| 758 | newpath 546 572 moveto | ||
| 759 | 594 551 677 505 712 436 curveto | ||
| 760 | 715 429 710 148 710 116 curveto | ||
| 761 | 708 76 716 64 707 28 curveto | ||
| 762 | stroke | ||
| 763 | gsave 10 dict begin | ||
| 764 | solid | ||
| 765 | 0.000 0.000 0.000 edgecolor | ||
| 766 | newpath 546 569 moveto | ||
| 767 | 538 576 lineto | ||
| 768 | 548 574 lineto | ||
| 769 | closepath | ||
| 770 | fill | ||
| 771 | 0.000 0.000 0.000 edgecolor | ||
| 772 | end grestore | ||
| 773 | endpage | ||
| 774 | grestore | ||
| 775 | %%PageTrailer | ||
| 776 | %%EndPage: 1 | ||
| 777 | %%Trailer | ||
| 778 | %%Pages: 1 | ||
| 779 | end | ||
| 780 | restore | ||
| 781 | %%EOF | ||
