├── LICENSE ├── athcon2012 ├── athcon2012-reverse.md └── img │ ├── badboy.png │ ├── consts.png │ ├── findapi.png │ └── keygen.png ├── exploits ├── chrome │ ├── executeble-themes.md │ ├── files │ │ ├── dll_w_resources.dll │ │ └── dll_wo_resources.dll │ └── img │ │ ├── XP.png │ │ ├── chrome_red.png │ │ ├── setflags.png │ │ ├── version.png │ │ └── vista.png ├── loadlibrary │ ├── files │ │ ├── 3dsmax.pl │ │ ├── 3dsmax_loadlibrary.pl │ │ ├── dllmain.cpp │ │ ├── loadlibrary_exploit_en.pdf │ │ ├── loadlibrary_exploit_hu.pdf │ │ └── test.dll │ ├── img │ │ └── smb.jpg │ └── loadlibrary.md └── unitrends │ ├── poc │ ├── connectback.spec │ ├── evilrepo │ │ ├── connectback.rpm │ │ ├── evil.repo │ │ ├── phpshell.rpm │ │ └── repodata │ │ │ ├── 0cee6579fb8b0c20891dc0736ad9b8703c56bacb588ed123184f5e8428902354-other.sqlite.bz2 │ │ │ ├── 16e395020135d6a89e2855c3a2192381ad6d104611ccec9d8446b4a5b9d8ea65-filelists.xml.gz │ │ │ ├── 179a5529ed4d17de07551dcf4fab882d11457b561a43ce7836aa45b07765cd50-filelists.sqlite.bz2 │ │ │ ├── 277d47fb0c25dd9431f8f2bf520abe0b7b4e945634ce77a731e42dbb03cbcd4a-primary.xml.gz │ │ │ ├── 43e016d71c36f84b231d20d8a62d0c275223a9e28663d6edcd76b2f4dd4a04a5-other.xml.gz │ │ │ ├── 4b790a4a985ac594968daed23a4733880dbd79d11e135f7dded10ed3593ecc46-primary.sqlite.bz2 │ │ │ └── repomd.xml │ └── phpshell.spec │ └── unitrends-rce.md ├── hacktivity2011 ├── files │ ├── linux │ │ ├── ctfserver.rb │ │ ├── scanner.rb │ │ └── strcpychain │ └── windows │ │ └── paradise.rb ├── firefly-HU.md ├── img │ └── linux │ │ ├── debian_aslr.png │ │ ├── found_call_esp.png │ │ ├── gdb_find_wtf_2.png │ │ └── strcpy.png ├── nagyonkigyo-HU.md ├── qualifier.md └── torrente-HU.md ├── hacktivity2015-avatao └── 01-reverse4 │ ├── 01-reverse4.md │ ├── ascii │ ├── instr_A │ │ ├── bb-080d.txt │ │ ├── bb-0820.txt │ │ ├── instr_A_full.txt │ │ ├── instr_A_minimap.txt │ │ ├── switch-C.txt │ │ ├── switch-M.txt │ │ ├── switch-P.txt │ │ └── switch-values.txt │ ├── instr_D │ │ └── instr_D.txt │ ├── instr_I │ │ └── instr_I.txt │ ├── instr_J │ │ ├── bb-09e1.txt │ │ ├── bb-09e4.txt │ │ ├── bb-09ef.txt │ │ ├── bb-09f9.txt │ │ ├── bb-09ff.txt │ │ ├── bb-0a0e.txt │ │ ├── bb-0a13.txt │ │ ├── bb-0a1a.txt │ │ └── instr_J.txt │ ├── instr_P │ │ └── instr_P.txt │ ├── instr_X │ │ └── instr_X.txt │ ├── main │ │ ├── bb-0c63.txt │ │ ├── bb-0ca6.txt │ │ ├── bb-0cac.txt │ │ ├── bb-0cac_meta.txt │ │ ├── bb-0d1d.txt │ │ ├── bb-0d34.txt │ │ ├── bb-0d3d.txt │ │ ├── bb-0d4d.txt │ │ ├── bb-0d61.txt │ │ ├── bb-0d65.txt │ │ ├── bb-0d6b.txt │ │ ├── bb-0d6b_meta.txt │ │ ├── bb-0d75.txt │ │ ├── bb-0d80.txt │ │ └── bb-0dde.txt │ └── vmloop │ │ ├── bb-0a45.txt │ │ ├── bb-0a5e.txt │ │ ├── bb-0a74.txt │ │ ├── bb-0c4d.txt │ │ ├── vmloop-graph-reconstructed.txt │ │ └── vmloop.txt │ ├── dotconfig_radare2_projects │ ├── reverse4 │ └── reverse4.d │ │ └── xrefs │ └── img │ ├── instr_A │ ├── bb-080d.png │ ├── bb-0820.png │ ├── instr_A_full.png │ ├── instr_A_minimap.png │ ├── switch-C.png │ ├── switch-M.png │ ├── switch-P.png │ └── switch-values.png │ ├── instr_D │ └── instr_D.png │ ├── instr_I │ └── instr_I.png │ ├── instr_J │ ├── bb-09e1.png │ ├── bb-09e4.png │ ├── bb-09ef.png │ ├── bb-09f9.png │ ├── bb-09ff.png │ ├── bb-0a0e.png │ ├── bb-0a13.png │ ├── bb-0a1a.png │ └── instr_J.png │ ├── instr_P │ └── instr_P.png │ ├── instr_S │ ├── graph1.png │ └── graph2.png │ ├── instr_X │ └── instr_X.png │ ├── main │ ├── bb-0c63.png │ ├── bb-0ca6.png │ ├── bb-0cac.png │ ├── bb-0cac_meta.png │ ├── bb-0d1d.png │ ├── bb-0d34.png │ ├── bb-0d3d.png │ ├── bb-0d4d.png │ ├── bb-0d61.png │ ├── bb-0d65.png │ ├── bb-0d6b.png │ ├── bb-0d6b_meta.png │ ├── bb-0d75.png │ ├── bb-0d80.png │ ├── bb-0dde.png │ ├── main_graph.png │ └── main_minimap.png │ ├── vmloop │ ├── bb-0a45.png │ ├── bb-0a5e.png │ ├── bb-0a74.png │ ├── bb-0a80.png │ ├── bb-0a80_full.png │ ├── bb-0ab6.png │ ├── bb-0aec.png │ ├── bb-0b42.png │ ├── bb-0b6d.png │ ├── bb-0bc1.png │ ├── bb-0be5.png │ ├── bb-0c04.png │ ├── bb-0c4d.png │ ├── vmloop-full.png │ ├── vmloop-full_1.png │ ├── vmloop-full_2.png │ ├── vmloop-full_3.png │ ├── vmloop-graph-reconstructed.png │ └── vmloop-graph-reconstructed_full.png │ └── vmloop_ida.png └── nullcon └── jailbreak ├── cheat ├── cheat.md ├── img │ ├── 00-firstpart.png │ ├── 00-jumps.png │ ├── 01-strings.png │ ├── 02-foundpath.png │ ├── 03-local50.png │ ├── 04-local50-grepped.png │ ├── 05-sprintf.png │ ├── 06-shafinal.png │ ├── 07-xor1.png │ ├── 08-xor2.png │ ├── 09-xor3.png │ ├── 10-arrays.png │ └── fuckthisshit.png └── jailbreak-bruteforce.py └── proper ├── checkstep ├── checkstep.png ├── checkstep.py ├── img ├── 11-checkstep.png ├── 11-checkstep_0x400c24.png └── 11-checkstep_0x400cd0.png ├── jailbreak.py ├── main ├── main.png └── proper.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/LICENSE -------------------------------------------------------------------------------- /athcon2012/athcon2012-reverse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/athcon2012/athcon2012-reverse.md -------------------------------------------------------------------------------- /athcon2012/img/badboy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/athcon2012/img/badboy.png -------------------------------------------------------------------------------- /athcon2012/img/consts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/athcon2012/img/consts.png -------------------------------------------------------------------------------- /athcon2012/img/findapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/athcon2012/img/findapi.png -------------------------------------------------------------------------------- /athcon2012/img/keygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/athcon2012/img/keygen.png -------------------------------------------------------------------------------- /exploits/chrome/executeble-themes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/chrome/executeble-themes.md -------------------------------------------------------------------------------- /exploits/chrome/files/dll_w_resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/chrome/files/dll_w_resources.dll -------------------------------------------------------------------------------- /exploits/chrome/files/dll_wo_resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/chrome/files/dll_wo_resources.dll -------------------------------------------------------------------------------- /exploits/chrome/img/XP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/chrome/img/XP.png -------------------------------------------------------------------------------- /exploits/chrome/img/chrome_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/chrome/img/chrome_red.png -------------------------------------------------------------------------------- /exploits/chrome/img/setflags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/chrome/img/setflags.png -------------------------------------------------------------------------------- /exploits/chrome/img/version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/chrome/img/version.png -------------------------------------------------------------------------------- /exploits/chrome/img/vista.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/chrome/img/vista.png -------------------------------------------------------------------------------- /exploits/loadlibrary/files/3dsmax.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/loadlibrary/files/3dsmax.pl -------------------------------------------------------------------------------- /exploits/loadlibrary/files/3dsmax_loadlibrary.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/loadlibrary/files/3dsmax_loadlibrary.pl -------------------------------------------------------------------------------- /exploits/loadlibrary/files/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/loadlibrary/files/dllmain.cpp -------------------------------------------------------------------------------- /exploits/loadlibrary/files/loadlibrary_exploit_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/loadlibrary/files/loadlibrary_exploit_en.pdf -------------------------------------------------------------------------------- /exploits/loadlibrary/files/loadlibrary_exploit_hu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/loadlibrary/files/loadlibrary_exploit_hu.pdf -------------------------------------------------------------------------------- /exploits/loadlibrary/files/test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/loadlibrary/files/test.dll -------------------------------------------------------------------------------- /exploits/loadlibrary/img/smb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/loadlibrary/img/smb.jpg -------------------------------------------------------------------------------- /exploits/loadlibrary/loadlibrary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/loadlibrary/loadlibrary.md -------------------------------------------------------------------------------- /exploits/unitrends/poc/connectback.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/connectback.spec -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/connectback.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/connectback.rpm -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/evil.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/evil.repo -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/phpshell.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/phpshell.rpm -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/repodata/0cee6579fb8b0c20891dc0736ad9b8703c56bacb588ed123184f5e8428902354-other.sqlite.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/repodata/0cee6579fb8b0c20891dc0736ad9b8703c56bacb588ed123184f5e8428902354-other.sqlite.bz2 -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/repodata/16e395020135d6a89e2855c3a2192381ad6d104611ccec9d8446b4a5b9d8ea65-filelists.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/repodata/16e395020135d6a89e2855c3a2192381ad6d104611ccec9d8446b4a5b9d8ea65-filelists.xml.gz -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/repodata/179a5529ed4d17de07551dcf4fab882d11457b561a43ce7836aa45b07765cd50-filelists.sqlite.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/repodata/179a5529ed4d17de07551dcf4fab882d11457b561a43ce7836aa45b07765cd50-filelists.sqlite.bz2 -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/repodata/277d47fb0c25dd9431f8f2bf520abe0b7b4e945634ce77a731e42dbb03cbcd4a-primary.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/repodata/277d47fb0c25dd9431f8f2bf520abe0b7b4e945634ce77a731e42dbb03cbcd4a-primary.xml.gz -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/repodata/43e016d71c36f84b231d20d8a62d0c275223a9e28663d6edcd76b2f4dd4a04a5-other.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/repodata/43e016d71c36f84b231d20d8a62d0c275223a9e28663d6edcd76b2f4dd4a04a5-other.xml.gz -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/repodata/4b790a4a985ac594968daed23a4733880dbd79d11e135f7dded10ed3593ecc46-primary.sqlite.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/repodata/4b790a4a985ac594968daed23a4733880dbd79d11e135f7dded10ed3593ecc46-primary.sqlite.bz2 -------------------------------------------------------------------------------- /exploits/unitrends/poc/evilrepo/repodata/repomd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/evilrepo/repodata/repomd.xml -------------------------------------------------------------------------------- /exploits/unitrends/poc/phpshell.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/poc/phpshell.spec -------------------------------------------------------------------------------- /exploits/unitrends/unitrends-rce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/exploits/unitrends/unitrends-rce.md -------------------------------------------------------------------------------- /hacktivity2011/files/linux/ctfserver.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/files/linux/ctfserver.rb -------------------------------------------------------------------------------- /hacktivity2011/files/linux/scanner.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/files/linux/scanner.rb -------------------------------------------------------------------------------- /hacktivity2011/files/linux/strcpychain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/files/linux/strcpychain -------------------------------------------------------------------------------- /hacktivity2011/files/windows/paradise.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/files/windows/paradise.rb -------------------------------------------------------------------------------- /hacktivity2011/firefly-HU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/firefly-HU.md -------------------------------------------------------------------------------- /hacktivity2011/img/linux/debian_aslr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/img/linux/debian_aslr.png -------------------------------------------------------------------------------- /hacktivity2011/img/linux/found_call_esp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/img/linux/found_call_esp.png -------------------------------------------------------------------------------- /hacktivity2011/img/linux/gdb_find_wtf_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/img/linux/gdb_find_wtf_2.png -------------------------------------------------------------------------------- /hacktivity2011/img/linux/strcpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/img/linux/strcpy.png -------------------------------------------------------------------------------- /hacktivity2011/nagyonkigyo-HU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/nagyonkigyo-HU.md -------------------------------------------------------------------------------- /hacktivity2011/qualifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/qualifier.md -------------------------------------------------------------------------------- /hacktivity2011/torrente-HU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2011/torrente-HU.md -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/01-reverse4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/01-reverse4.md -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_A/bb-080d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_A/bb-080d.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_A/bb-0820.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_A/bb-0820.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_A/instr_A_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_A/instr_A_full.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_A/instr_A_minimap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_A/instr_A_minimap.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_A/switch-C.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_A/switch-C.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_A/switch-M.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_A/switch-M.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_A/switch-P.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_A/switch-P.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_A/switch-values.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_A/switch-values.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_D/instr_D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_D/instr_D.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_I/instr_I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_I/instr_I.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09e1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09e1.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09e4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09e4.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09ef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09ef.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09f9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09f9.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09ff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-09ff.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-0a0e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-0a0e.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-0a13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-0a13.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-0a1a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/bb-0a1a.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_J/instr_J.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_J/instr_J.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_P/instr_P.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_P/instr_P.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/instr_X/instr_X.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/instr_X/instr_X.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0c63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0c63.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0ca6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0ca6.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0cac.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0cac.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0cac_meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0cac_meta.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d1d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d1d.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d34.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d3d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d3d.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d4d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d4d.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d61.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d65.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d6b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d6b.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d6b_meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d6b_meta.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d75.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0d80.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/main/bb-0dde.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/main/bb-0dde.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/vmloop/bb-0a45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/vmloop/bb-0a45.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/vmloop/bb-0a5e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/vmloop/bb-0a5e.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/vmloop/bb-0a74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/vmloop/bb-0a74.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/vmloop/bb-0c4d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/vmloop/bb-0c4d.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/vmloop/vmloop-graph-reconstructed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/vmloop/vmloop-graph-reconstructed.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/ascii/vmloop/vmloop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/ascii/vmloop/vmloop.txt -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/dotconfig_radare2_projects/reverse4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/dotconfig_radare2_projects/reverse4 -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/dotconfig_radare2_projects/reverse4.d/xrefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/dotconfig_radare2_projects/reverse4.d/xrefs -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_A/bb-080d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_A/bb-080d.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_A/bb-0820.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_A/bb-0820.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_A/instr_A_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_A/instr_A_full.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_A/instr_A_minimap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_A/instr_A_minimap.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_A/switch-C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_A/switch-C.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_A/switch-M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_A/switch-M.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_A/switch-P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_A/switch-P.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_A/switch-values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_A/switch-values.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_D/instr_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_D/instr_D.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_I/instr_I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_I/instr_I.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09e1.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09e4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09e4.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09ef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09ef.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09f9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09f9.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09ff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/bb-09ff.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/bb-0a0e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/bb-0a0e.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/bb-0a13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/bb-0a13.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/bb-0a1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/bb-0a1a.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_J/instr_J.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_J/instr_J.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_P/instr_P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_P/instr_P.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_S/graph1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_S/graph1.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_S/graph2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_S/graph2.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/instr_X/instr_X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/instr_X/instr_X.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0c63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0c63.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0ca6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0ca6.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0cac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0cac.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0cac_meta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0cac_meta.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d1d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d1d.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d34.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d3d.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d4d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d4d.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d61.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d65.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d6b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d6b.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d6b_meta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d6b_meta.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d75.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0d80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0d80.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/bb-0dde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/bb-0dde.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/main_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/main_graph.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/main/main_minimap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/main/main_minimap.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a45.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a5e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a5e.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a74.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a80.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a80_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0a80_full.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0ab6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0ab6.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0aec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0aec.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0b42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0b42.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0b6d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0b6d.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0bc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0bc1.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0be5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0be5.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0c04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0c04.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0c4d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/bb-0c4d.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-full.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-full_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-full_1.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-full_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-full_2.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-full_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-full_3.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-graph-reconstructed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-graph-reconstructed.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-graph-reconstructed_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop/vmloop-graph-reconstructed_full.png -------------------------------------------------------------------------------- /hacktivity2015-avatao/01-reverse4/img/vmloop_ida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/hacktivity2015-avatao/01-reverse4/img/vmloop_ida.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/cheat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/cheat.md -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/00-firstpart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/00-firstpart.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/00-jumps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/00-jumps.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/01-strings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/01-strings.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/02-foundpath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/02-foundpath.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/03-local50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/03-local50.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/04-local50-grepped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/04-local50-grepped.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/05-sprintf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/05-sprintf.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/06-shafinal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/06-shafinal.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/07-xor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/07-xor1.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/08-xor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/08-xor2.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/09-xor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/09-xor3.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/10-arrays.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/10-arrays.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/img/fuckthisshit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/img/fuckthisshit.png -------------------------------------------------------------------------------- /nullcon/jailbreak/cheat/jailbreak-bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/cheat/jailbreak-bruteforce.py -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/checkstep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/checkstep -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/checkstep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/checkstep.png -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/checkstep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/checkstep.py -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/img/11-checkstep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/img/11-checkstep.png -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/img/11-checkstep_0x400c24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/img/11-checkstep_0x400c24.png -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/img/11-checkstep_0x400cd0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/img/11-checkstep_0x400cd0.png -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/jailbreak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/jailbreak.py -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/main -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/main.png -------------------------------------------------------------------------------- /nullcon/jailbreak/proper/proper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sghctoma/writeups/HEAD/nullcon/jailbreak/proper/proper.md --------------------------------------------------------------------------------