This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft (R) Windows Debugger Version 10.0.16299.15 AMD64 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Loading Dump File [C:\Users\LaruYan\Desktop\MEMORY.DMP] | |
Kernel Bitmap Dump File: Kernel address space is available, User address space may not be available. | |
Symbol search path is: srv* | |
Executable search path is: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python tinyfuzz.py | |
< '' | |
oooooooo8 oooo o88 o8 | |
888 888ooooo oooo o888oo oooooooo8 ooooooo ooooooo | |
888oooooo 888 888 888 888 888ooooooo 888 888 888 888 | |
888 888 888 888 888 888 888 888 888 | |
o88oooo888 o888o o888o o888o 888o 88oooooo88 88ooo888 88ooo88 | |
Welcome to Shitsco Internet Operating System (IOS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright Datalogics, Inc. 2015 | |
*/ | |
package pdfjt.cookbook.forms; | |
import java.io.InputStream; | |
import java.net.URL; | |
import java.net.URLConnection; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[+] Entered shellcode | |
[+] UID: 0, GID: 0 | |
[DIR]: . | |
[DIR]: .. | |
[DIR]: adm | |
[DIR]: app_tmp | |
[DIR]: data | |
[DIR]: dev | |
[DIR]: eap_user | |
[DIR]: eap_vsh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ADC{S}{<c>}{<q>} {<Rd>,} <Rn>, #<const> | |
ADC{S}{<c>}{<q>} {<Rd>,} <Rn>, <Rm> {, <shift>} | |
ADC{S}{<c>}{<q>} {<Rd>,} <Rn>, <Rm>, <type> <Rs> | |
ADD{<c>}{<q>} <Rd>, PC, #<const> | |
ADD{S}{<c>}{<q>} {<Rd>,} <Rn>, #<const> | |
ADD{S}{<c>}{<q>} {<Rd>,} <Rn>, <Rm> {, <shift>} | |
ADD{S}{<c>}{<q>} {<Rd>,} <Rn>, <Rm>, <type> <Rs> | |
ADD{S}{<c>}{<q>} {<Rd>,} SP, #<const> | |
ADD{S}{<c>}{<q>} {<Rd>,} SP, <Rm>{, <shift>} | |
ADDW{<c>}{<q>} {<Rd>,} <Rn>, #<const> |