├── .gitattributes ├── .gitignore ├── CrashClassify.py ├── CrashClassifyCpp.py ├── Debugging JavaScript - Chrome DevTools — Google Developers.url ├── GenHTMLNoEncrypt.py ├── HTML DOM Table Object.url ├── HTML table tag.url ├── PoCEdit.py ├── PoCSimplify.py ├── PocSmplify ├── GrayHatPython-master.zip ├── GrayHatPython-master │ ├── .idea │ │ ├── .name │ │ ├── GrayHatPython.iml │ │ ├── codeStyleSettings.xml │ │ ├── encodings.xml │ │ ├── inspectionProfiles │ │ │ └── profiles_settings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── scopes │ │ │ └── scope_settings.xml │ │ ├── vcs.xml │ │ └── workspace.xml │ ├── ghpython_src │ │ └── src │ │ │ ├── access_violation_handler.py │ │ │ ├── addnum.cpp │ │ │ ├── addnum.exe │ │ │ ├── addnum_function_call.py │ │ │ ├── backdoor.py │ │ │ ├── backdoor_shell.py │ │ │ ├── badchar.py │ │ │ ├── buffer_overflow.py │ │ │ ├── code_injector.py │ │ │ ├── cross_ref.py │ │ │ ├── dll_injector.py │ │ │ ├── file_fuzzer.py │ │ │ ├── file_hider.py │ │ │ ├── findinstruction.py │ │ │ ├── firefox_hook.py │ │ │ ├── func_coverage.py │ │ │ ├── ghp_inject.cpp │ │ │ ├── ghp_inject.dll │ │ │ ├── hippie_easy.py │ │ │ ├── injector.py │ │ │ ├── ioctl_dump.py │ │ │ ├── ioctl_fuzzer.py │ │ │ ├── my_debugger.py │ │ │ ├── my_debugger_defines.py │ │ │ ├── my_ioctl_fuzzer.py │ │ │ ├── my_test.py │ │ │ ├── printf_loop.py │ │ │ ├── printf_random.py │ │ │ ├── setup.py │ │ │ ├── stack_calc.py │ │ │ ├── sulley.zip │ │ │ └── upx_unpacker.py │ ├── my_debugger.py │ ├── my_debugger_defines.py │ └── my_test.py ├── paimei-master.zip ├── paimei-master │ ├── .gitmodules │ ├── AUTHORS.txt │ ├── CHANGELOG.txt │ ├── CONTRIBUTORS.txt │ ├── LICENSE.txt │ ├── MacOSX │ │ ├── README │ │ ├── macdll │ │ │ ├── ._ExceptionTest │ │ │ ├── Exception.c │ │ │ ├── Exception.h │ │ │ ├── MacDll.c │ │ │ ├── MacDll.h │ │ │ ├── MacX.c │ │ │ ├── MachExceptions.defs │ │ │ ├── README │ │ │ ├── dyld.c │ │ │ ├── dyld.h │ │ │ ├── implementation.c │ │ │ ├── implementation.h │ │ │ ├── macdll.xcodeproj │ │ │ │ └── project.pbxproj │ │ │ ├── main.c │ │ │ └── windows.h │ │ └── macsetup.sh │ ├── README.md │ ├── __build_installer.bat │ ├── __generate_epydocs.bat │ ├── __install_requirements.py │ ├── __public_release.sh │ ├── __setup_mysql.py │ ├── console │ │ ├── PAIMEIconsole.pyw │ │ ├── images │ │ │ ├── about.bmp │ │ │ ├── icons │ │ │ │ ├── PAIMEIdiff.png │ │ │ │ ├── PAIMEIdocs.png │ │ │ │ ├── PAIMEIexplorer.png │ │ │ │ ├── PAIMEIextender.png │ │ │ │ ├── PAIMEIfilefuzz.png │ │ │ │ ├── PAIMEIpeek.png │ │ │ │ └── PAIMEIpstalker.png │ │ │ ├── ida.bmp │ │ │ ├── mysql.bmp │ │ │ ├── paimei.ico │ │ │ ├── pydbg.bmp │ │ │ ├── splash.png │ │ │ └── udraw.bmp │ │ ├── malware.dcfg │ │ ├── modules │ │ │ ├── PAIMEIdiff.py │ │ │ ├── PAIMEIdocs.py │ │ │ ├── PAIMEIexplorer.py │ │ │ ├── PAIMEIextender.py │ │ │ ├── PAIMEIfilefuzz.py │ │ │ ├── PAIMEIpeek.py │ │ │ ├── PAIMEIpstalker.py │ │ │ ├── _PAIMEIdiff │ │ │ │ ├── DiffConfigureDlg.py │ │ │ │ ├── DiffModules │ │ │ │ │ ├── api.py │ │ │ │ │ ├── arg_var.py │ │ │ │ │ ├── constants.py │ │ │ │ │ ├── crc.py │ │ │ │ │ ├── defines.py │ │ │ │ │ ├── name.py │ │ │ │ │ ├── neci.py │ │ │ │ │ ├── size.py │ │ │ │ │ ├── smart_md5.py │ │ │ │ │ ├── spp.py │ │ │ │ │ └── stack_frame.py │ │ │ │ ├── ExplorerTreeCtrl.py │ │ │ │ ├── FunctionViewDiffListCtrl.py │ │ │ │ ├── FunctionViewDifferDlg.py │ │ │ │ ├── FunctionViewDlg.py │ │ │ │ ├── FunctionViewListCtrl.py │ │ │ │ ├── FunctionViewStatsListCtrl.py │ │ │ │ ├── InsigList.py │ │ │ │ ├── InsignificantConfigDlg.py │ │ │ │ ├── MatchedList.py │ │ │ │ ├── MatchedListCtrl.py │ │ │ │ ├── ModuleDiffer.py │ │ │ │ ├── ModuleMatcher.py │ │ │ │ ├── PAIMEIDiffBasicBlock.py │ │ │ │ ├── PAIMEIDiffFunction.py │ │ │ │ ├── PAIMEIDiffInstruction.py │ │ │ │ ├── PAIMEIDiffReport.py │ │ │ │ ├── UnmatchedList.py │ │ │ │ ├── UnmatchedListCtrl.py │ │ │ │ └── __init__.py │ │ │ ├── _PAIMEIexplorer │ │ │ │ ├── ExplorerTreeCtrl.py │ │ │ │ ├── HtmlWindow.py │ │ │ │ ├── PIDAModulesListCtrl.py │ │ │ │ └── __init__.py │ │ │ ├── _PAIMEIpeek │ │ │ │ ├── AddReconDlg.py │ │ │ │ ├── EditReconDlg.py │ │ │ │ ├── PeekOptionsDlg.py │ │ │ │ ├── ProcessListCtrl.py │ │ │ │ ├── PyDbgDlg.py │ │ │ │ ├── ReconListCtrl.py │ │ │ │ └── __init__.py │ │ │ └── _PAIMEIpstalker │ │ │ │ ├── HitsListCtrl.py │ │ │ │ ├── PIDAModulesListCtrl.py │ │ │ │ ├── ProcessListCtrl.py │ │ │ │ ├── TargetsTreeCtrl.py │ │ │ │ ├── __init__.py │ │ │ │ ├── export_idc_dialog.py │ │ │ │ └── target_properties.py │ │ ├── msdiff.dcfg │ │ └── support │ │ │ ├── about.py │ │ │ ├── mysql_connect_dialog.py │ │ │ ├── pydbg_locale_dialog.py │ │ │ └── udraw_connect_dialog.py │ ├── crash_bin_explorer.py │ ├── debuggee_procedure_call.py │ ├── demo_live_graphing.py │ ├── deprecated │ │ ├── __README__.txt │ │ ├── codenomicrap.py │ │ └── fuzzie.py │ ├── docs │ │ ├── Listbook Graphic Templates.psd │ │ ├── PAIMEIdiff User Guide.pdf │ │ ├── PAIMEIpstalker_flash_demo │ │ │ ├── PaiMei Code Coverage Demo.swf │ │ │ └── index.html │ │ ├── PAIMEIwxglade.wxg │ │ ├── SQL Structure.txt │ │ ├── authors_and_contributors.html │ │ ├── console_modules.html │ │ ├── developer_docs.html │ │ ├── images │ │ │ └── erd.gif │ │ ├── index.html │ │ ├── installation.html │ │ ├── scripts.html │ │ └── stylesheet.css │ ├── file_access_tracker.py │ ├── file_fuzz_tickler.py │ ├── heap_trace.py │ ├── just_in_time_debugger.py │ ├── logos │ │ ├── installer.bmp │ │ ├── installer_banner.jpg │ │ ├── paimei-1-cutout.jpg │ │ ├── paimei-1.jpg │ │ ├── paimei-2-cutout.jpg │ │ ├── paimei-2.jpg │ │ ├── paimei-3.jpg │ │ ├── paimei-4.jpg │ │ ├── paimei-5.gif │ │ ├── paimei-6.jpg │ │ └── paimei-7.jpg │ ├── mem_diff.py │ ├── null_selector_mem_monitor_poc.py │ ├── ollydbg_connector │ │ ├── ReadMe.txt │ │ ├── olly_callbacks.h │ │ ├── olly_redefines.h │ │ ├── ollydbgvc7.def │ │ ├── ollydbgvc7.lib │ │ ├── paimei_ollydbg_connector.cpp │ │ ├── paimei_ollydbg_connector.h │ │ ├── paimei_ollydbg_connector.sln │ │ ├── paimei_ollydbg_connector.vcproj │ │ ├── plugin.h │ │ ├── stdafx.cpp │ │ └── stdafx.h │ ├── ollydbg_receiver.py │ ├── pgraph │ │ ├── __init__.py │ │ ├── cluster.py │ │ ├── edge.py │ │ ├── graph.py │ │ └── node.py │ ├── pida │ │ ├── __init__.py │ │ ├── basic_block.py │ │ ├── defines.py │ │ ├── function.py │ │ ├── instruction.py │ │ └── module.py │ ├── pida_dump.py │ ├── pida_load.py │ ├── proc_peek.py │ ├── proc_peek_recon.py │ ├── proc_peek_recon_db.py │ ├── push_pop_unpacker.py │ ├── pydbg_server.py │ ├── pydbgc.py │ ├── setup.py │ ├── stack_integrity_monitor.py │ ├── struct_spy.py │ ├── tracer_msr_branch.py │ ├── tracer_single_step.py │ ├── utils │ │ ├── __init__.py │ │ ├── code_coverage.py │ │ ├── crash_binning.py │ │ ├── hooking.py │ │ ├── injection.py │ │ ├── process_stalker.py │ │ └── udraw_connector.py │ └── var_backtrace.py ├── psutil-master │ ├── .travis.yml │ ├── CREDITS │ ├── HISTORY.rst │ ├── INSTALL.rst │ ├── LICENSE │ ├── MANIFEST.in │ ├── Makefile │ ├── README.rst │ ├── TODO │ ├── docs │ │ ├── Makefile │ │ ├── README │ │ ├── _static │ │ │ ├── copybutton.js │ │ │ ├── favicon.ico │ │ │ ├── logo.png │ │ │ └── sidebar.js │ │ ├── _template │ │ │ ├── globaltoc.html │ │ │ ├── indexcontent.html │ │ │ ├── indexsidebar.html │ │ │ └── page.html │ │ ├── _themes │ │ │ └── pydoctheme │ │ │ │ ├── static │ │ │ │ └── pydoctheme.css │ │ │ │ └── theme.conf │ │ ├── conf.py │ │ ├── index.rst │ │ └── make.bat │ ├── examples │ │ ├── disk_usage.py │ │ ├── free.py │ │ ├── iotop.py │ │ ├── killall.py │ │ ├── meminfo.py │ │ ├── netstat.py │ │ ├── nettop.py │ │ ├── pmap.py │ │ ├── process_detail.py │ │ ├── ps.py │ │ ├── top.py │ │ └── who.py │ ├── make.bat │ ├── psutil │ │ ├── __init__.py │ │ ├── _common.py │ │ ├── _compat.py │ │ ├── _psbsd.py │ │ ├── _pslinux.py │ │ ├── _psosx.py │ │ ├── _psposix.py │ │ ├── _pssunos.py │ │ ├── _psutil_bsd.c │ │ ├── _psutil_bsd.h │ │ ├── _psutil_common.c │ │ ├── _psutil_common.h │ │ ├── _psutil_linux.c │ │ ├── _psutil_linux.h │ │ ├── _psutil_osx.c │ │ ├── _psutil_osx.h │ │ ├── _psutil_posix.c │ │ ├── _psutil_posix.h │ │ ├── _psutil_sunos.c │ │ ├── _psutil_sunos.h │ │ ├── _psutil_windows.c │ │ ├── _psutil_windows.h │ │ ├── _pswindows.py │ │ └── arch │ │ │ ├── bsd │ │ │ ├── process_info.c │ │ │ └── process_info.h │ │ │ ├── osx │ │ │ ├── process_info.c │ │ │ └── process_info.h │ │ │ └── windows │ │ │ ├── glpi.h │ │ │ ├── ntextapi.h │ │ │ ├── process_handles.c │ │ │ ├── process_handles.h │ │ │ ├── process_info.c │ │ │ ├── process_info.h │ │ │ ├── security.c │ │ │ └── security.h │ ├── setup.py │ ├── test │ │ ├── README │ │ ├── __init__.py │ │ ├── _bsd.py │ │ ├── _linux.py │ │ ├── _osx.py │ │ ├── _posix.py │ │ ├── _sunos.py │ │ ├── _windows.py │ │ ├── test_memory_leaks.py │ │ └── test_psutil.py │ └── tox.ini ├── pydasm.pyd ├── pydbg-master.zip ├── pydbg-master │ ├── README.md │ ├── __init__.py │ ├── breakpoint.py │ ├── cscope.files │ ├── defines.py │ ├── hardware_breakpoint.py │ ├── memory_breakpoint.py │ ├── memory_snapshot_block.py │ ├── memory_snapshot_context.py │ ├── my_ctypes.py │ ├── pdx.py │ ├── pydasm.pyd │ ├── pydbg.py │ ├── pydbg_client.py │ ├── system_dll.py │ ├── tags │ └── windows_h.py ├── python-2.7.8.msi └── pywin32-219.win32-py2.7.exe ├── README ├── Remote Desktop.txt ├── cmtest.html ├── commondatastorage.googleapis.com-chromium-browser-asan-index.html.url ├── cpp start CM.bat ├── cppFuzzServer.py ├── cppFuzzer ├── BeaEngine_x86.dll ├── CFuzz.exe ├── config.xml └── readme.txt ├── cppfuzzer01.html ├── cppfuzzer02.html ├── cpplogging.js ├── cpplogging_b.js ├── cscope.files ├── cscope.out ├── ctest ├── Chromium Security - The Chromium Projects.url ├── Vulnerability Rewards Program - The Chromium Projects.url └── chrome gc.bat ├── demichrome1 crash.html ├── demichrome1.html ├── demichrome1.js ├── demichrome2.js ├── demichrome3.js ├── demichrome4.js ├── demichrome5.js ├── demichrome6.js ├── demichrome7.js ├── demichrome8.js ├── demichrome9.js ├── demichromelog1.js ├── demichromelog2.js ├── demichromelog3.js ├── demichromelog4.js ├── demichromelog6.js ├── demichromelog7.js ├── demichromelog8.js ├── demichromelog9.js ├── demichromewrite6.js ├── demichromewrite7.js ├── demichromewrite8.js ├── demichromewrite9.js ├── demichromewriteIE6.js ├── demichromewriteIE7.js ├── demichromewriteIE8.js ├── demichromewriteIE9.js ├── demiwebgl.js ├── demiwebgl2.js ├── demiwebgltest.html ├── dict.js ├── dictnew.js ├── funcdic.js ├── funcdic_b.js ├── fuzz materials ├── demicmAchive.java ├── demicmAudio.mp3 ├── demicmBlank.html ├── demicmCodeBase.class ├── demicmData.swf ├── demicmDesc.txt ├── demicmDoc ├── demicmDownload.txt ├── demicmFrame.html ├── demicmFrameIE.html ├── demicmFuzz.html ├── demicmImg.gif ├── demicmProfile ├── demicmSharedWorker.js ├── demicmSvg.svg ├── demicmTarget.html ├── demicmTargetIE.html ├── demicmTrack.vtt ├── demicmVideo.mp4 ├── demicmWorker.js ├── demicmXml.xml └── demicmXsl.xsl ├── fuzz update ├── chrome symbol.txt ├── chrome_my.rb ├── config_my.rb ├── demichrome1.html ├── fuzz env.txt ├── node │ ├── browser │ │ ├── chrome.rb │ │ ├── firefox.rb │ │ ├── internetexplorer.rb │ │ └── safari.rb │ ├── config.rb │ ├── core │ │ ├── configuration.rb │ │ ├── crypt.rb │ │ ├── debugger.rb │ │ ├── logging.rb │ │ ├── server.rb │ │ ├── webstats.rb │ │ └── xmlcrashlog.rb │ ├── crypto.rb │ ├── data │ │ ├── continue.exe │ │ ├── debugging_tools_license.txt │ │ ├── favicon.ico │ │ ├── grind.jpg │ │ ├── grind.pdf │ │ ├── logging.js │ │ └── x86 │ │ │ ├── dbghelp.dll │ │ │ ├── grinder_logger.dll │ │ │ └── symsrv.dll │ ├── fuzzer │ │ ├── CM │ │ │ ├── .empty │ │ │ └── demichrome1.html │ │ ├── FF │ │ │ └── .empty │ │ ├── IE │ │ │ └── .empty │ │ └── SF │ │ │ └── .empty │ ├── grinder start CM.bat │ ├── grinder start IE.bat │ ├── grinder.rb │ ├── lib │ │ └── metasm │ │ │ ├── .hgtags │ │ │ ├── BUGS │ │ │ ├── CREDITS │ │ │ ├── INSTALL │ │ │ ├── LICENCE │ │ │ ├── README │ │ │ ├── TODO │ │ │ ├── doc │ │ │ ├── code_organisation.txt │ │ │ ├── const_missing.txt │ │ │ ├── core │ │ │ │ ├── DynLdr.txt │ │ │ │ ├── ExeFormat.txt │ │ │ │ ├── Expression.txt │ │ │ │ ├── GNUExports.txt │ │ │ │ ├── Ia32.txt │ │ │ │ ├── SerialStruct.txt │ │ │ │ ├── VirtualString.txt │ │ │ │ ├── WindowsExports.txt │ │ │ │ └── index.txt │ │ │ ├── core_classes.txt │ │ │ ├── feature_list.txt │ │ │ ├── index.txt │ │ │ ├── install_notes.txt │ │ │ ├── style.css │ │ │ ├── usage │ │ │ │ ├── debugger.txt │ │ │ │ └── index.txt │ │ │ └── use_cases.txt │ │ │ ├── metasm.rb │ │ │ ├── metasm │ │ │ ├── compile_c.rb │ │ │ ├── cpu │ │ │ │ ├── arc.rb │ │ │ │ ├── arc │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ └── opcodes.rb │ │ │ │ ├── arm.rb │ │ │ │ ├── arm │ │ │ │ │ ├── debug.rb │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── encode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ ├── opcodes.rb │ │ │ │ │ ├── parse.rb │ │ │ │ │ └── render.rb │ │ │ │ ├── bpf.rb │ │ │ │ ├── bpf │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ ├── opcodes.rb │ │ │ │ │ └── render.rb │ │ │ │ ├── cy16.rb │ │ │ │ ├── cy16 │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ ├── opcodes.rb │ │ │ │ │ └── render.rb │ │ │ │ ├── dalvik.rb │ │ │ │ ├── dalvik │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ └── opcodes.rb │ │ │ │ ├── ia32.rb │ │ │ │ ├── ia32 │ │ │ │ │ ├── compile_c.rb │ │ │ │ │ ├── debug.rb │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── decompile.rb │ │ │ │ │ ├── encode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ ├── opcodes.rb │ │ │ │ │ ├── parse.rb │ │ │ │ │ └── render.rb │ │ │ │ ├── mips.rb │ │ │ │ ├── mips │ │ │ │ │ ├── compile_c.rb │ │ │ │ │ ├── debug.rb │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── encode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ ├── opcodes.rb │ │ │ │ │ ├── parse.rb │ │ │ │ │ └── render.rb │ │ │ │ ├── pic16c │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ └── opcodes.rb │ │ │ │ ├── ppc.rb │ │ │ │ ├── ppc │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── decompile.rb │ │ │ │ │ ├── encode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ ├── opcodes.rb │ │ │ │ │ └── parse.rb │ │ │ │ ├── python.rb │ │ │ │ ├── python │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ └── opcodes.rb │ │ │ │ ├── sh4.rb │ │ │ │ ├── sh4 │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ └── opcodes.rb │ │ │ │ ├── x86_64.rb │ │ │ │ ├── x86_64 │ │ │ │ │ ├── compile_c.rb │ │ │ │ │ ├── debug.rb │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── encode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ ├── opcodes.rb │ │ │ │ │ ├── parse.rb │ │ │ │ │ └── render.rb │ │ │ │ ├── z80.rb │ │ │ │ └── z80 │ │ │ │ │ ├── decode.rb │ │ │ │ │ ├── main.rb │ │ │ │ │ ├── opcodes.rb │ │ │ │ │ └── render.rb │ │ │ ├── debug.rb │ │ │ ├── decode.rb │ │ │ ├── decompile.rb │ │ │ ├── disassemble.rb │ │ │ ├── disassemble_api.rb │ │ │ ├── dynldr-windows-ia32-19.so │ │ │ ├── dynldr.rb │ │ │ ├── encode.rb │ │ │ ├── exe_format │ │ │ │ ├── a_out.rb │ │ │ │ ├── autoexe.rb │ │ │ │ ├── bflt.rb │ │ │ │ ├── coff.rb │ │ │ │ ├── coff_decode.rb │ │ │ │ ├── coff_encode.rb │ │ │ │ ├── dex.rb │ │ │ │ ├── dol.rb │ │ │ │ ├── elf.rb │ │ │ │ ├── elf_decode.rb │ │ │ │ ├── elf_encode.rb │ │ │ │ ├── gb.rb │ │ │ │ ├── javaclass.rb │ │ │ │ ├── macho.rb │ │ │ │ ├── main.rb │ │ │ │ ├── mz.rb │ │ │ │ ├── nds.rb │ │ │ │ ├── pe.rb │ │ │ │ ├── pyc.rb │ │ │ │ ├── serialstruct.rb │ │ │ │ ├── shellcode.rb │ │ │ │ ├── shellcode_rwx.rb │ │ │ │ ├── swf.rb │ │ │ │ ├── xcoff.rb │ │ │ │ └── zip.rb │ │ │ ├── gui.rb │ │ │ ├── gui │ │ │ │ ├── cstruct.rb │ │ │ │ ├── dasm_coverage.rb │ │ │ │ ├── dasm_decomp.rb │ │ │ │ ├── dasm_funcgraph.rb │ │ │ │ ├── dasm_graph.rb │ │ │ │ ├── dasm_hex.rb │ │ │ │ ├── dasm_listing.rb │ │ │ │ ├── dasm_main.rb │ │ │ │ ├── dasm_opcodes.rb │ │ │ │ ├── debug.rb │ │ │ │ ├── gtk.rb │ │ │ │ ├── qt.rb │ │ │ │ ├── win32.rb │ │ │ │ └── x11.rb │ │ │ ├── main.rb │ │ │ ├── os │ │ │ │ ├── gnu_exports.rb │ │ │ │ ├── linux.rb │ │ │ │ ├── main.rb │ │ │ │ ├── remote.rb │ │ │ │ ├── windows.rb │ │ │ │ └── windows_exports.rb │ │ │ ├── parse.rb │ │ │ ├── parse_c.rb │ │ │ ├── preprocessor.rb │ │ │ └── render.rb │ │ │ ├── misc │ │ │ ├── bottleneck.rb │ │ │ ├── cheader-findpppath.rb │ │ │ ├── hexdiff.rb │ │ │ ├── hexdump.rb │ │ │ ├── lint.rb │ │ │ ├── metasm-all.rb │ │ │ ├── objdiff.rb │ │ │ ├── objscan.rb │ │ │ ├── pdfparse.rb │ │ │ ├── ppc_pdf2oplist.rb │ │ │ ├── tcp_proxy_hex.rb │ │ │ └── txt2html.rb │ │ │ ├── samples │ │ │ ├── a.out.rb │ │ │ ├── asmsyntax.rb │ │ │ ├── bindiff.rb │ │ │ ├── compilation-steps.rb │ │ │ ├── cparser_makestackoffset.rb │ │ │ ├── dasm-backtrack.rb │ │ │ ├── dasm-plugins │ │ │ │ ├── bindiff.rb │ │ │ │ ├── bookmark.rb │ │ │ │ ├── c_constants.rb │ │ │ │ ├── colortheme_solarized.rb │ │ │ │ ├── cppobj_funcall.rb │ │ │ │ ├── dasm_all.rb │ │ │ │ ├── demangle_cpp.rb │ │ │ │ ├── deobfuscate.rb │ │ │ │ ├── dump_text.rb │ │ │ │ ├── export_graph_svg.rb │ │ │ │ ├── findgadget.rb │ │ │ │ ├── hl_opcode.rb │ │ │ │ ├── hotfix_gtk_dbg.rb │ │ │ │ ├── imm2off.rb │ │ │ │ ├── match_libsigs.rb │ │ │ │ ├── patch_file.rb │ │ │ │ ├── scanfuncstart.rb │ │ │ │ ├── scanxrefs.rb │ │ │ │ ├── selfmodify.rb │ │ │ │ └── stringsxrefs.rb │ │ │ ├── dasmnavig.rb │ │ │ ├── dbg-apihook.rb │ │ │ ├── dbg-plugins │ │ │ │ ├── heapscan.rb │ │ │ │ ├── heapscan │ │ │ │ │ ├── compiled_heapscan_lin.c │ │ │ │ │ ├── compiled_heapscan_win.c │ │ │ │ │ ├── graphheap.rb │ │ │ │ │ ├── heapscan.rb │ │ │ │ │ ├── winheap.h │ │ │ │ │ └── winheap7.h │ │ │ │ └── trace_func.rb │ │ │ ├── dbghelp.rb │ │ │ ├── disassemble-gui.rb │ │ │ ├── disassemble.rb │ │ │ ├── dump_upx.rb │ │ │ ├── dynamic_ruby.rb │ │ │ ├── elf_list_needed.rb │ │ │ ├── elf_listexports.rb │ │ │ ├── elfencode.rb │ │ │ ├── exeencode.rb │ │ │ ├── factorize-headers-elfimports.rb │ │ │ ├── factorize-headers-peimports.rb │ │ │ ├── factorize-headers.rb │ │ │ ├── generate_libsigs.rb │ │ │ ├── hotfix_gtk_dbg.rb │ │ │ ├── install_win_env.rb │ │ │ ├── lindebug.rb │ │ │ ├── linux_injectsyscall.rb │ │ │ ├── machoencode.rb │ │ │ ├── metasm-shell.rb │ │ │ ├── pe-hook.rb │ │ │ ├── pe-ia32-cpuid.rb │ │ │ ├── pe-mips.rb │ │ │ ├── pe-shutdown.rb │ │ │ ├── pe-testrelocs.rb │ │ │ ├── pe-testrsrc.rb │ │ │ ├── pe_listexports.rb │ │ │ ├── peencode.rb │ │ │ ├── peldr.rb │ │ │ ├── preprocess-flatten.rb │ │ │ ├── r0trace.rb │ │ │ ├── scan_pt_gnu_stack.rb │ │ │ ├── scanpeexports.rb │ │ │ ├── shellcode-c.rb │ │ │ ├── shellcode-dynlink.rb │ │ │ ├── source.asm │ │ │ ├── struct_offset.rb │ │ │ ├── testpe.rb │ │ │ ├── testraw.rb │ │ │ ├── win32genloader.rb │ │ │ ├── win32hooker-advanced.rb │ │ │ ├── win32hooker.rb │ │ │ ├── win32livedasm.rb │ │ │ ├── win32remotescan.rb │ │ │ └── wintrace.rb │ │ │ └── tests │ │ │ ├── all.rb │ │ │ ├── arc.rb │ │ │ ├── dasm.rb │ │ │ ├── dynldr.rb │ │ │ ├── encodeddata.rb │ │ │ ├── expression.rb │ │ │ ├── graph_layout.rb │ │ │ ├── ia32.rb │ │ │ ├── mips.rb │ │ │ ├── parse_c.rb │ │ │ ├── preprocessor.rb │ │ │ └── x86_64.rb │ ├── public.pem │ ├── reduction.rb │ ├── source │ │ ├── continue │ │ │ ├── ContinueScript.vcproj │ │ │ ├── ContinueScript.vcxproj │ │ │ ├── ContinueScript.vcxproj.filters │ │ │ ├── continue.sln │ │ │ └── main.c │ │ └── logger │ │ │ ├── ReflectiveDLLInjection.h │ │ │ ├── ReflectiveLoader.c │ │ │ ├── ReflectiveLoader.h │ │ │ ├── logger.c │ │ │ ├── logger.sln │ │ │ ├── logger.vcproj │ │ │ ├── logger.vcxproj │ │ │ └── logger.vcxproj.filters │ └── testcase.rb ├── server_my.rb └── xmlcrashlog_my.rb ├── fuzzserver.bat ├── grindLogCheck.py ├── grinder start CM.bat ├── grinder start FF.bat ├── grinder start IE.bat ├── help.js ├── helplog.js ├── lib.js ├── lib ├── cuon-matrix.js ├── cuon-utils.js ├── webgl-debug.js └── webgl-utils.js ├── logging.js ├── logging_cpp_01 v9.js ├── logging_cpp_02 v9.js ├── logging_grinder v1.js ├── logging_grinder v2 evt.js ├── logging_grinder v2.js ├── logging_grinder v3.js ├── logging_grinder v4.js ├── logging_grinder v6.js ├── logging_grinder v7.js ├── logging_grinder v8.js ├── logging_grinder v9.js ├── logging_grinder_cm v9.js ├── logging_grinder_crash v4.js ├── logging_grinder_crash v6.js ├── logging_grinder_crash v7.js ├── logging_grinder_crash v8.js ├── logging_grinder_crash v9.js ├── logging_grinder_crash_ie v6.js ├── logging_grinder_ff v9.js ├── logging_grinder_ie v6.js ├── logging_grinder_ie v7.js ├── logging_grinder_ie v8.js ├── logging_grinder_ie v9.js ├── propdic.js ├── propfunc v30.0.1599.69 m.txt ├── sourceEdit.py ├── sourceEditTest.js ├── styledic.js ├── tags ├── temp file location.txt ├── testcase.html ├── testcase.js ├── tmp.js ├── websocket.py └── xmlhttprequest.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/.gitignore -------------------------------------------------------------------------------- /CrashClassify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/CrashClassify.py -------------------------------------------------------------------------------- /CrashClassifyCpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/CrashClassifyCpp.py -------------------------------------------------------------------------------- /Debugging JavaScript - Chrome DevTools — Google Developers.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/Debugging JavaScript - Chrome DevTools — Google Developers.url -------------------------------------------------------------------------------- /GenHTMLNoEncrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/GenHTMLNoEncrypt.py -------------------------------------------------------------------------------- /HTML DOM Table Object.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://www.w3schools.com/jsref/dom_obj_table.asp 3 | -------------------------------------------------------------------------------- /HTML table tag.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/HTML table tag.url -------------------------------------------------------------------------------- /PoCEdit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PoCEdit.py -------------------------------------------------------------------------------- /PoCSimplify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PoCSimplify.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master.zip -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/.name: -------------------------------------------------------------------------------- 1 | GrayHatPython -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/GrayHatPython.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/GrayHatPython.iml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/codeStyleSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/codeStyleSettings.xml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/encodings.xml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/misc.xml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/modules.xml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/scopes/scope_settings.xml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/vcs.xml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/.idea/workspace.xml -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/access_violation_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/access_violation_handler.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/addnum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/addnum.cpp -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/addnum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/addnum.exe -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/addnum_function_call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/addnum_function_call.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/backdoor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/backdoor.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/backdoor_shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/backdoor_shell.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/badchar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/badchar.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/buffer_overflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/buffer_overflow.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/code_injector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/code_injector.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/cross_ref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/cross_ref.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/dll_injector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/dll_injector.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/file_fuzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/file_fuzzer.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/file_hider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/file_hider.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/findinstruction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/findinstruction.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/firefox_hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/firefox_hook.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/func_coverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/func_coverage.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/ghp_inject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/ghp_inject.cpp -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/ghp_inject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/ghp_inject.dll -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/hippie_easy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/hippie_easy.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/injector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/injector.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/ioctl_dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/ioctl_dump.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/ioctl_fuzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/ioctl_fuzzer.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/my_debugger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/my_debugger.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/my_debugger_defines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/my_debugger_defines.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/my_ioctl_fuzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/my_ioctl_fuzzer.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/my_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/my_test.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/printf_loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/printf_loop.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/printf_random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/printf_random.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/setup.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/stack_calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/stack_calc.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/sulley.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/sulley.zip -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/ghpython_src/src/upx_unpacker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/ghpython_src/src/upx_unpacker.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/my_debugger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/my_debugger.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/my_debugger_defines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/my_debugger_defines.py -------------------------------------------------------------------------------- /PocSmplify/GrayHatPython-master/my_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/GrayHatPython-master/my_test.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master.zip -------------------------------------------------------------------------------- /PocSmplify/paimei-master/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/.gitmodules -------------------------------------------------------------------------------- /PocSmplify/paimei-master/AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/AUTHORS.txt -------------------------------------------------------------------------------- /PocSmplify/paimei-master/CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/CHANGELOG.txt -------------------------------------------------------------------------------- /PocSmplify/paimei-master/CONTRIBUTORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/CONTRIBUTORS.txt -------------------------------------------------------------------------------- /PocSmplify/paimei-master/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/LICENSE.txt -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/README -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/._ExceptionTest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/._ExceptionTest -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/Exception.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/Exception.c -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/Exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/Exception.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/MacDll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/MacDll.c -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/MacDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/MacDll.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/MacX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/MacX.c -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/MachExceptions.defs: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/README -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/dyld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/dyld.c -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/dyld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/dyld.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/implementation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/implementation.c -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/implementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/implementation.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/macdll.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/macdll.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/main.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macdll/windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macdll/windows.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/MacOSX/macsetup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/MacOSX/macsetup.sh -------------------------------------------------------------------------------- /PocSmplify/paimei-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/README.md -------------------------------------------------------------------------------- /PocSmplify/paimei-master/__build_installer.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/__build_installer.bat -------------------------------------------------------------------------------- /PocSmplify/paimei-master/__generate_epydocs.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/__generate_epydocs.bat -------------------------------------------------------------------------------- /PocSmplify/paimei-master/__install_requirements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/__install_requirements.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/__public_release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/__public_release.sh -------------------------------------------------------------------------------- /PocSmplify/paimei-master/__setup_mysql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/__setup_mysql.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/PAIMEIconsole.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/PAIMEIconsole.pyw -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/about.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/about.bmp -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/icons/PAIMEIdiff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/icons/PAIMEIdiff.png -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/icons/PAIMEIdocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/icons/PAIMEIdocs.png -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/icons/PAIMEIexplorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/icons/PAIMEIexplorer.png -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/icons/PAIMEIextender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/icons/PAIMEIextender.png -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/icons/PAIMEIfilefuzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/icons/PAIMEIfilefuzz.png -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/icons/PAIMEIpeek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/icons/PAIMEIpeek.png -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/icons/PAIMEIpstalker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/icons/PAIMEIpstalker.png -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/ida.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/ida.bmp -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/mysql.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/mysql.bmp -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/paimei.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/paimei.ico -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/pydbg.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/pydbg.bmp -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/splash.png -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/images/udraw.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/images/udraw.bmp -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/malware.dcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/malware.dcfg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/PAIMEIdiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/PAIMEIdiff.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/PAIMEIdocs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/PAIMEIdocs.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/PAIMEIexplorer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/PAIMEIexplorer.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/PAIMEIextender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/PAIMEIextender.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/PAIMEIfilefuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/PAIMEIfilefuzz.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/PAIMEIpeek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/PAIMEIpeek.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/PAIMEIpstalker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/PAIMEIpstalker.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffConfigureDlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffConfigureDlg.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/api.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/arg_var.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/arg_var.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/constants.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/crc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/crc.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/defines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/defines.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/name.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/neci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/neci.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/size.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/smart_md5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/smart_md5.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/spp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/DiffModules/spp.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/ExplorerTreeCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/ExplorerTreeCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/FunctionViewDifferDlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/FunctionViewDifferDlg.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/FunctionViewDlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/FunctionViewDlg.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/FunctionViewListCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/FunctionViewListCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/InsigList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/InsigList.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/InsignificantConfigDlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/InsignificantConfigDlg.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/MatchedList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/MatchedList.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/MatchedListCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/MatchedListCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/ModuleDiffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/ModuleDiffer.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/ModuleMatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/ModuleMatcher.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/PAIMEIDiffBasicBlock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/PAIMEIDiffBasicBlock.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/PAIMEIDiffFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/PAIMEIDiffFunction.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/PAIMEIDiffInstruction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/PAIMEIDiffInstruction.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/PAIMEIDiffReport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/PAIMEIDiffReport.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/UnmatchedList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/UnmatchedList.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/UnmatchedListCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/UnmatchedListCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIdiff/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIdiff/__init__.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIexplorer/ExplorerTreeCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIexplorer/ExplorerTreeCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIexplorer/HtmlWindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIexplorer/HtmlWindow.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIexplorer/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIexplorer/__init__.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpeek/AddReconDlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpeek/AddReconDlg.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpeek/EditReconDlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpeek/EditReconDlg.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpeek/PeekOptionsDlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpeek/PeekOptionsDlg.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpeek/ProcessListCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpeek/ProcessListCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpeek/PyDbgDlg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpeek/PyDbgDlg.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpeek/ReconListCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpeek/ReconListCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpeek/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpeek/__init__.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/HitsListCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/HitsListCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/ProcessListCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/ProcessListCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/TargetsTreeCtrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/TargetsTreeCtrl.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/__init__.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/export_idc_dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/export_idc_dialog.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/target_properties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/modules/_PAIMEIpstalker/target_properties.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/msdiff.dcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/msdiff.dcfg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/support/about.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/support/about.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/support/mysql_connect_dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/support/mysql_connect_dialog.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/support/pydbg_locale_dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/support/pydbg_locale_dialog.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/console/support/udraw_connect_dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/console/support/udraw_connect_dialog.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/crash_bin_explorer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/crash_bin_explorer.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/debuggee_procedure_call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/debuggee_procedure_call.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/demo_live_graphing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/demo_live_graphing.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/deprecated/__README__.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/deprecated/__README__.txt -------------------------------------------------------------------------------- /PocSmplify/paimei-master/deprecated/codenomicrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/deprecated/codenomicrap.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/deprecated/fuzzie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/deprecated/fuzzie.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/Listbook Graphic Templates.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/Listbook Graphic Templates.psd -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/PAIMEIdiff User Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/PAIMEIdiff User Guide.pdf -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/PAIMEIpstalker_flash_demo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/PAIMEIpstalker_flash_demo/index.html -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/PAIMEIwxglade.wxg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/PAIMEIwxglade.wxg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/SQL Structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/SQL Structure.txt -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/authors_and_contributors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/authors_and_contributors.html -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/console_modules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/console_modules.html -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/developer_docs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/developer_docs.html -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/images/erd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/images/erd.gif -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/index.html -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/installation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/installation.html -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/scripts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/scripts.html -------------------------------------------------------------------------------- /PocSmplify/paimei-master/docs/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/docs/stylesheet.css -------------------------------------------------------------------------------- /PocSmplify/paimei-master/file_access_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/file_access_tracker.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/file_fuzz_tickler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/file_fuzz_tickler.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/heap_trace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/heap_trace.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/just_in_time_debugger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/just_in_time_debugger.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/installer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/installer.bmp -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/installer_banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/installer_banner.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-1-cutout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-1-cutout.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-1.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-2-cutout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-2-cutout.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-2.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-3.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-4.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-5.gif -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-6.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/logos/paimei-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/logos/paimei-7.jpg -------------------------------------------------------------------------------- /PocSmplify/paimei-master/mem_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/mem_diff.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/null_selector_mem_monitor_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/null_selector_mem_monitor_poc.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/ReadMe.txt -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/olly_callbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/olly_callbacks.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/olly_redefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/olly_redefines.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/ollydbgvc7.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/ollydbgvc7.def -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/ollydbgvc7.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/ollydbgvc7.lib -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/paimei_ollydbg_connector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/paimei_ollydbg_connector.cpp -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/paimei_ollydbg_connector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/paimei_ollydbg_connector.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/paimei_ollydbg_connector.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/paimei_ollydbg_connector.sln -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/paimei_ollydbg_connector.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/paimei_ollydbg_connector.vcproj -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/plugin.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/stdafx.cpp -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_connector/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_connector/stdafx.h -------------------------------------------------------------------------------- /PocSmplify/paimei-master/ollydbg_receiver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/ollydbg_receiver.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pgraph/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pgraph/__init__.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pgraph/cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pgraph/cluster.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pgraph/edge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pgraph/edge.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pgraph/graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pgraph/graph.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pgraph/node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pgraph/node.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pida/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pida/__init__.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pida/basic_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pida/basic_block.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pida/defines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pida/defines.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pida/function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pida/function.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pida/instruction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pida/instruction.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pida/module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pida/module.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pida_dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pida_dump.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pida_load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pida_load.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/proc_peek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/proc_peek.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/proc_peek_recon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/proc_peek_recon.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/proc_peek_recon_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/proc_peek_recon_db.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/push_pop_unpacker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/push_pop_unpacker.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pydbg_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pydbg_server.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/pydbgc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/pydbgc.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/setup.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/stack_integrity_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/stack_integrity_monitor.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/struct_spy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/struct_spy.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/tracer_msr_branch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/tracer_msr_branch.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/tracer_single_step.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/tracer_single_step.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/utils/__init__.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/utils/code_coverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/utils/code_coverage.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/utils/crash_binning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/utils/crash_binning.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/utils/hooking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/utils/hooking.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/utils/injection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/utils/injection.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/utils/process_stalker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/utils/process_stalker.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/utils/udraw_connector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/utils/udraw_connector.py -------------------------------------------------------------------------------- /PocSmplify/paimei-master/var_backtrace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/paimei-master/var_backtrace.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/.travis.yml -------------------------------------------------------------------------------- /PocSmplify/psutil-master/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/CREDITS -------------------------------------------------------------------------------- /PocSmplify/psutil-master/HISTORY.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/HISTORY.rst -------------------------------------------------------------------------------- /PocSmplify/psutil-master/INSTALL.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/INSTALL.rst -------------------------------------------------------------------------------- /PocSmplify/psutil-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/LICENSE -------------------------------------------------------------------------------- /PocSmplify/psutil-master/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/MANIFEST.in -------------------------------------------------------------------------------- /PocSmplify/psutil-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/Makefile -------------------------------------------------------------------------------- /PocSmplify/psutil-master/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/README.rst -------------------------------------------------------------------------------- /PocSmplify/psutil-master/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/TODO -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/Makefile -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/README -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_static/copybutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_static/copybutton.js -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_static/favicon.ico -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_static/logo.png -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_static/sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_static/sidebar.js -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_template/globaltoc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_template/globaltoc.html -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_template/indexcontent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_template/indexcontent.html -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_template/indexsidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_template/indexsidebar.html -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_template/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_template/page.html -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_themes/pydoctheme/static/pydoctheme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_themes/pydoctheme/static/pydoctheme.css -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/_themes/pydoctheme/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/_themes/pydoctheme/theme.conf -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/conf.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/index.rst -------------------------------------------------------------------------------- /PocSmplify/psutil-master/docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/docs/make.bat -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/disk_usage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/disk_usage.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/free.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/free.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/iotop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/iotop.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/killall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/killall.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/meminfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/meminfo.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/netstat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/netstat.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/nettop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/nettop.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/pmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/pmap.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/process_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/process_detail.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/ps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/ps.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/top.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/top.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/examples/who.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/examples/who.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/make.bat -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/__init__.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_common.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_compat.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psbsd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psbsd.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_pslinux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_pslinux.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psosx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psosx.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psposix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psposix.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_pssunos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_pssunos.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_bsd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_bsd.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_bsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_bsd.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_common.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_common.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_linux.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_linux.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_osx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_osx.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_osx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_osx.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_posix.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_posix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_posix.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_sunos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_sunos.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_sunos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_sunos.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_windows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_windows.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_psutil_windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_psutil_windows.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/_pswindows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/_pswindows.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/bsd/process_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/bsd/process_info.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/bsd/process_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/bsd/process_info.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/osx/process_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/osx/process_info.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/osx/process_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/osx/process_info.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/windows/glpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/windows/glpi.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/windows/ntextapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/windows/ntextapi.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/windows/process_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/windows/process_handles.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/windows/process_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/windows/process_handles.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/windows/process_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/windows/process_info.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/windows/process_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/windows/process_info.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/windows/security.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/windows/security.c -------------------------------------------------------------------------------- /PocSmplify/psutil-master/psutil/arch/windows/security.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/psutil/arch/windows/security.h -------------------------------------------------------------------------------- /PocSmplify/psutil-master/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/setup.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/README -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/_bsd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/_bsd.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/_linux.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/_osx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/_osx.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/_posix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/_posix.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/_sunos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/_sunos.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/_windows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/_windows.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/test_memory_leaks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/test_memory_leaks.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/test/test_psutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/test/test_psutil.py -------------------------------------------------------------------------------- /PocSmplify/psutil-master/tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/psutil-master/tox.ini -------------------------------------------------------------------------------- /PocSmplify/pydasm.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydasm.pyd -------------------------------------------------------------------------------- /PocSmplify/pydbg-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master.zip -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/__init__.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/breakpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/breakpoint.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/cscope.files: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/defines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/defines.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/hardware_breakpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/hardware_breakpoint.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/memory_breakpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/memory_breakpoint.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/memory_snapshot_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/memory_snapshot_block.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/memory_snapshot_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/memory_snapshot_context.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/my_ctypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/my_ctypes.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/pdx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/pdx.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/pydasm.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/pydasm.pyd -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/pydbg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/pydbg.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/pydbg_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/pydbg_client.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/system_dll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/system_dll.py -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/tags -------------------------------------------------------------------------------- /PocSmplify/pydbg-master/windows_h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pydbg-master/windows_h.py -------------------------------------------------------------------------------- /PocSmplify/python-2.7.8.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/python-2.7.8.msi -------------------------------------------------------------------------------- /PocSmplify/pywin32-219.win32-py2.7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/PocSmplify/pywin32-219.win32-py2.7.exe -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | StateFuzzer 2 | 3 | -------------------------------------------------------------------------------- /Remote Desktop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/Remote Desktop.txt -------------------------------------------------------------------------------- /cmtest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cmtest.html -------------------------------------------------------------------------------- /commondatastorage.googleapis.com-chromium-browser-asan-index.html.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/commondatastorage.googleapis.com-chromium-browser-asan-index.html.url -------------------------------------------------------------------------------- /cpp start CM.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cpp start CM.bat -------------------------------------------------------------------------------- /cppFuzzServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cppFuzzServer.py -------------------------------------------------------------------------------- /cppFuzzer/BeaEngine_x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cppFuzzer/BeaEngine_x86.dll -------------------------------------------------------------------------------- /cppFuzzer/CFuzz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cppFuzzer/CFuzz.exe -------------------------------------------------------------------------------- /cppFuzzer/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cppFuzzer/config.xml -------------------------------------------------------------------------------- /cppFuzzer/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cppFuzzer/readme.txt -------------------------------------------------------------------------------- /cppfuzzer01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cppfuzzer01.html -------------------------------------------------------------------------------- /cppfuzzer02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cppfuzzer02.html -------------------------------------------------------------------------------- /cpplogging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cpplogging.js -------------------------------------------------------------------------------- /cpplogging_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cpplogging_b.js -------------------------------------------------------------------------------- /cscope.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cscope.files -------------------------------------------------------------------------------- /cscope.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/cscope.out -------------------------------------------------------------------------------- /ctest/Chromium Security - The Chromium Projects.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/ctest/Chromium Security - The Chromium Projects.url -------------------------------------------------------------------------------- /ctest/Vulnerability Rewards Program - The Chromium Projects.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/ctest/Vulnerability Rewards Program - The Chromium Projects.url -------------------------------------------------------------------------------- /ctest/chrome gc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/ctest/chrome gc.bat -------------------------------------------------------------------------------- /demichrome1 crash.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome1 crash.html -------------------------------------------------------------------------------- /demichrome1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome1.html -------------------------------------------------------------------------------- /demichrome1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome1.js -------------------------------------------------------------------------------- /demichrome2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome2.js -------------------------------------------------------------------------------- /demichrome3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome3.js -------------------------------------------------------------------------------- /demichrome4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome4.js -------------------------------------------------------------------------------- /demichrome5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome5.js -------------------------------------------------------------------------------- /demichrome6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome6.js -------------------------------------------------------------------------------- /demichrome7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome7.js -------------------------------------------------------------------------------- /demichrome8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome8.js -------------------------------------------------------------------------------- /demichrome9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichrome9.js -------------------------------------------------------------------------------- /demichromelog1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromelog1.js -------------------------------------------------------------------------------- /demichromelog2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromelog2.js -------------------------------------------------------------------------------- /demichromelog3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromelog3.js -------------------------------------------------------------------------------- /demichromelog4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromelog4.js -------------------------------------------------------------------------------- /demichromelog6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromelog6.js -------------------------------------------------------------------------------- /demichromelog7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromelog7.js -------------------------------------------------------------------------------- /demichromelog8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromelog8.js -------------------------------------------------------------------------------- /demichromelog9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromelog9.js -------------------------------------------------------------------------------- /demichromewrite6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromewrite6.js -------------------------------------------------------------------------------- /demichromewrite7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromewrite7.js -------------------------------------------------------------------------------- /demichromewrite8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromewrite8.js -------------------------------------------------------------------------------- /demichromewrite9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromewrite9.js -------------------------------------------------------------------------------- /demichromewriteIE6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromewriteIE6.js -------------------------------------------------------------------------------- /demichromewriteIE7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromewriteIE7.js -------------------------------------------------------------------------------- /demichromewriteIE8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromewriteIE8.js -------------------------------------------------------------------------------- /demichromewriteIE9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demichromewriteIE9.js -------------------------------------------------------------------------------- /demiwebgl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demiwebgl.js -------------------------------------------------------------------------------- /demiwebgl2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demiwebgl2.js -------------------------------------------------------------------------------- /demiwebgltest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/demiwebgltest.html -------------------------------------------------------------------------------- /dict.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/dict.js -------------------------------------------------------------------------------- /dictnew.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/dictnew.js -------------------------------------------------------------------------------- /funcdic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/funcdic.js -------------------------------------------------------------------------------- /funcdic_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/funcdic_b.js -------------------------------------------------------------------------------- /fuzz materials/demicmAchive.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmAchive.java -------------------------------------------------------------------------------- /fuzz materials/demicmAudio.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmAudio.mp3 -------------------------------------------------------------------------------- /fuzz materials/demicmBlank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmBlank.html -------------------------------------------------------------------------------- /fuzz materials/demicmCodeBase.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmCodeBase.class -------------------------------------------------------------------------------- /fuzz materials/demicmData.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmData.swf -------------------------------------------------------------------------------- /fuzz materials/demicmDesc.txt: -------------------------------------------------------------------------------- 1 | desc 2 | -------------------------------------------------------------------------------- /fuzz materials/demicmDoc: -------------------------------------------------------------------------------- 1 | doc 2 | -------------------------------------------------------------------------------- /fuzz materials/demicmDownload.txt: -------------------------------------------------------------------------------- 1 | download 2 | -------------------------------------------------------------------------------- /fuzz materials/demicmFrame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmFrame.html -------------------------------------------------------------------------------- /fuzz materials/demicmFrameIE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmFrameIE.html -------------------------------------------------------------------------------- /fuzz materials/demicmFuzz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmFuzz.html -------------------------------------------------------------------------------- /fuzz materials/demicmImg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmImg.gif -------------------------------------------------------------------------------- /fuzz materials/demicmProfile: -------------------------------------------------------------------------------- 1 | profile 2 | -------------------------------------------------------------------------------- /fuzz materials/demicmSharedWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmSharedWorker.js -------------------------------------------------------------------------------- /fuzz materials/demicmSvg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmSvg.svg -------------------------------------------------------------------------------- /fuzz materials/demicmTarget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmTarget.html -------------------------------------------------------------------------------- /fuzz materials/demicmTargetIE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmTargetIE.html -------------------------------------------------------------------------------- /fuzz materials/demicmTrack.vtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmTrack.vtt -------------------------------------------------------------------------------- /fuzz materials/demicmVideo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmVideo.mp4 -------------------------------------------------------------------------------- /fuzz materials/demicmWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmWorker.js -------------------------------------------------------------------------------- /fuzz materials/demicmXml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmXml.xml -------------------------------------------------------------------------------- /fuzz materials/demicmXsl.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz materials/demicmXsl.xsl -------------------------------------------------------------------------------- /fuzz update/chrome symbol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/chrome symbol.txt -------------------------------------------------------------------------------- /fuzz update/chrome_my.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/chrome_my.rb -------------------------------------------------------------------------------- /fuzz update/config_my.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/config_my.rb -------------------------------------------------------------------------------- /fuzz update/demichrome1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/demichrome1.html -------------------------------------------------------------------------------- /fuzz update/fuzz env.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/fuzz env.txt -------------------------------------------------------------------------------- /fuzz update/node/browser/chrome.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/browser/chrome.rb -------------------------------------------------------------------------------- /fuzz update/node/browser/firefox.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/browser/firefox.rb -------------------------------------------------------------------------------- /fuzz update/node/browser/internetexplorer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/browser/internetexplorer.rb -------------------------------------------------------------------------------- /fuzz update/node/browser/safari.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/browser/safari.rb -------------------------------------------------------------------------------- /fuzz update/node/config.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/config.rb -------------------------------------------------------------------------------- /fuzz update/node/core/configuration.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/core/configuration.rb -------------------------------------------------------------------------------- /fuzz update/node/core/crypt.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/core/crypt.rb -------------------------------------------------------------------------------- /fuzz update/node/core/debugger.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/core/debugger.rb -------------------------------------------------------------------------------- /fuzz update/node/core/logging.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/core/logging.rb -------------------------------------------------------------------------------- /fuzz update/node/core/server.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/core/server.rb -------------------------------------------------------------------------------- /fuzz update/node/core/webstats.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/core/webstats.rb -------------------------------------------------------------------------------- /fuzz update/node/core/xmlcrashlog.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/core/xmlcrashlog.rb -------------------------------------------------------------------------------- /fuzz update/node/crypto.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/crypto.rb -------------------------------------------------------------------------------- /fuzz update/node/data/continue.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/continue.exe -------------------------------------------------------------------------------- /fuzz update/node/data/debugging_tools_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/debugging_tools_license.txt -------------------------------------------------------------------------------- /fuzz update/node/data/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/favicon.ico -------------------------------------------------------------------------------- /fuzz update/node/data/grind.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/grind.jpg -------------------------------------------------------------------------------- /fuzz update/node/data/grind.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/grind.pdf -------------------------------------------------------------------------------- /fuzz update/node/data/logging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/logging.js -------------------------------------------------------------------------------- /fuzz update/node/data/x86/dbghelp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/x86/dbghelp.dll -------------------------------------------------------------------------------- /fuzz update/node/data/x86/grinder_logger.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/x86/grinder_logger.dll -------------------------------------------------------------------------------- /fuzz update/node/data/x86/symsrv.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/data/x86/symsrv.dll -------------------------------------------------------------------------------- /fuzz update/node/fuzzer/CM/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fuzz update/node/fuzzer/CM/demichrome1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/fuzzer/CM/demichrome1.html -------------------------------------------------------------------------------- /fuzz update/node/fuzzer/FF/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fuzz update/node/fuzzer/IE/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fuzz update/node/fuzzer/SF/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fuzz update/node/grinder start CM.bat: -------------------------------------------------------------------------------- 1 | cd E:\node 2 | ruby grinder.rb --browser=CM 3 | -------------------------------------------------------------------------------- /fuzz update/node/grinder start IE.bat: -------------------------------------------------------------------------------- 1 | cd E:\node 2 | ruby grinder.rb --browser=IE 3 | -------------------------------------------------------------------------------- /fuzz update/node/grinder.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/grinder.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/.hgtags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/.hgtags -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/BUGS -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/CREDITS -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/INSTALL -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/LICENCE -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/README -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/TODO -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/code_organisation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/code_organisation.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/const_missing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/const_missing.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/DynLdr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core/DynLdr.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/ExeFormat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core/ExeFormat.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/Expression.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core/Expression.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/GNUExports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core/GNUExports.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/Ia32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core/Ia32.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/SerialStruct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core/SerialStruct.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/VirtualString.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core/VirtualString.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/WindowsExports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core/WindowsExports.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core/index.txt: -------------------------------------------------------------------------------- 1 | See 2 | -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/core_classes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/core_classes.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/feature_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/feature_list.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/index.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/install_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/install_notes.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/style.css -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/usage/debugger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/usage/debugger.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/usage/index.txt: -------------------------------------------------------------------------------- 1 | See 2 | -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/doc/use_cases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/doc/use_cases.txt -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/compile_c.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/compile_c.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arc.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arc/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arc/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arc/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arc/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arc/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arc/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arm.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arm.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arm/debug.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arm/debug.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arm/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arm/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arm/encode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arm/encode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arm/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arm/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arm/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arm/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arm/parse.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arm/parse.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/arm/render.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/arm/render.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/bpf.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/bpf.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/bpf/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/bpf/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/bpf/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/bpf/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/bpf/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/bpf/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/bpf/render.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/bpf/render.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/cy16.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/cy16.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/cy16/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/cy16/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/cy16/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/cy16/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/cy16/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/cy16/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/cy16/render.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/cy16/render.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/dalvik.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/dalvik.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/dalvik/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/dalvik/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/dalvik/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/dalvik/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/dalvik/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/dalvik/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/compile_c.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/compile_c.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/debug.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/debug.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/decompile.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/decompile.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/encode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/encode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/parse.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/parse.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ia32/render.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ia32/render.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips/compile_c.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips/compile_c.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips/debug.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips/debug.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips/encode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips/encode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips/parse.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips/parse.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/mips/render.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/mips/render.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/pic16c/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/pic16c/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/pic16c/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/pic16c/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/pic16c/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/pic16c/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ppc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ppc.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ppc/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ppc/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ppc/decompile.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ppc/decompile.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ppc/encode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ppc/encode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ppc/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ppc/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ppc/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ppc/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/ppc/parse.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/ppc/parse.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/python.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/python.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/python/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/python/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/python/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/python/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/python/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/python/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/sh4.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/sh4.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/sh4/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/sh4/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/sh4/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/sh4/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/sh4/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/sh4/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64/compile_c.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64/compile_c.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64/debug.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64/debug.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64/encode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64/encode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64/parse.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64/parse.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/x86_64/render.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/x86_64/render.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/z80.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/z80.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/z80/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/z80/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/z80/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/z80/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/z80/opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/z80/opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/cpu/z80/render.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/cpu/z80/render.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/debug.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/debug.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/decompile.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/decompile.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/disassemble.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/disassemble.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/disassemble_api.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/disassemble_api.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/dynldr-windows-ia32-19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/dynldr-windows-ia32-19.so -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/dynldr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/dynldr.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/encode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/encode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/a_out.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/a_out.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/autoexe.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/autoexe.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/bflt.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/bflt.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/coff.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/coff.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/coff_decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/coff_decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/coff_encode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/coff_encode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/dex.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/dex.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/dol.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/dol.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/elf.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/elf.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/elf_decode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/elf_decode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/elf_encode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/elf_encode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/gb.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/gb.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/javaclass.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/javaclass.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/macho.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/macho.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/mz.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/mz.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/nds.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/nds.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/pe.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/pe.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/pyc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/pyc.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/serialstruct.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/serialstruct.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/shellcode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/shellcode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/shellcode_rwx.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/shellcode_rwx.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/swf.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/swf.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/xcoff.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/xcoff.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/exe_format/zip.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/exe_format/zip.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/cstruct.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/cstruct.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/dasm_coverage.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/dasm_coverage.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/dasm_decomp.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/dasm_decomp.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/dasm_funcgraph.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/dasm_funcgraph.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/dasm_graph.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/dasm_graph.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/dasm_hex.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/dasm_hex.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/dasm_listing.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/dasm_listing.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/dasm_main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/dasm_main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/dasm_opcodes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/dasm_opcodes.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/debug.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/debug.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/gtk.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/gtk.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/qt.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/qt.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/win32.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/win32.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/gui/x11.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/gui/x11.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/os/gnu_exports.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/os/gnu_exports.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/os/linux.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/os/linux.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/os/main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/os/main.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/os/remote.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/os/remote.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/os/windows.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/os/windows.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/os/windows_exports.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/os/windows_exports.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/parse.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/parse.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/parse_c.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/parse_c.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/preprocessor.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/preprocessor.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/metasm/render.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/metasm/render.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/bottleneck.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/bottleneck.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/cheader-findpppath.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/cheader-findpppath.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/hexdiff.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/hexdiff.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/hexdump.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/hexdump.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/lint.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/lint.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/metasm-all.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/metasm-all.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/objdiff.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/objdiff.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/objscan.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/objscan.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/pdfparse.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/pdfparse.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/ppc_pdf2oplist.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/ppc_pdf2oplist.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/tcp_proxy_hex.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/tcp_proxy_hex.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/misc/txt2html.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/misc/txt2html.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/a.out.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/a.out.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/asmsyntax.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/asmsyntax.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/bindiff.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/bindiff.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/compilation-steps.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/compilation-steps.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/cparser_makestackoffset.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/cparser_makestackoffset.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-backtrack.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-backtrack.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/bindiff.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/bindiff.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/bookmark.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/bookmark.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/c_constants.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/c_constants.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/colortheme_solarized.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/colortheme_solarized.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/cppobj_funcall.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/cppobj_funcall.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/dasm_all.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/dasm_all.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/demangle_cpp.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/demangle_cpp.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/deobfuscate.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/deobfuscate.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/dump_text.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/dump_text.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/export_graph_svg.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/export_graph_svg.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/findgadget.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/findgadget.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/hl_opcode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/hl_opcode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/hotfix_gtk_dbg.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/hotfix_gtk_dbg.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/imm2off.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/imm2off.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/match_libsigs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/match_libsigs.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/patch_file.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/patch_file.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/scanfuncstart.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/scanfuncstart.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/scanxrefs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/scanxrefs.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/selfmodify.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/selfmodify.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasm-plugins/stringsxrefs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasm-plugins/stringsxrefs.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dasmnavig.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dasmnavig.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dbg-apihook.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dbg-apihook.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan/graphheap.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan/graphheap.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan/heapscan.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan/heapscan.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan/winheap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan/winheap.h -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan/winheap7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dbg-plugins/heapscan/winheap7.h -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dbg-plugins/trace_func.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dbg-plugins/trace_func.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dbghelp.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dbghelp.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/disassemble-gui.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/disassemble-gui.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/disassemble.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/disassemble.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dump_upx.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dump_upx.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/dynamic_ruby.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/dynamic_ruby.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/elf_list_needed.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/elf_list_needed.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/elf_listexports.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/elf_listexports.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/elfencode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/elfencode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/exeencode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/exeencode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/factorize-headers-elfimports.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/factorize-headers-elfimports.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/factorize-headers-peimports.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/factorize-headers-peimports.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/factorize-headers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/factorize-headers.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/generate_libsigs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/generate_libsigs.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/hotfix_gtk_dbg.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/hotfix_gtk_dbg.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/install_win_env.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/install_win_env.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/lindebug.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/lindebug.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/linux_injectsyscall.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/linux_injectsyscall.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/machoencode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/machoencode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/metasm-shell.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/metasm-shell.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/pe-hook.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/pe-hook.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/pe-ia32-cpuid.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/pe-ia32-cpuid.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/pe-mips.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/pe-mips.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/pe-shutdown.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/pe-shutdown.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/pe-testrelocs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/pe-testrelocs.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/pe-testrsrc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/pe-testrsrc.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/pe_listexports.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/pe_listexports.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/peencode.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/peencode.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/peldr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/peldr.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/preprocess-flatten.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/preprocess-flatten.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/r0trace.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/r0trace.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/scan_pt_gnu_stack.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/scan_pt_gnu_stack.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/scanpeexports.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/scanpeexports.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/shellcode-c.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/shellcode-c.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/shellcode-dynlink.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/shellcode-dynlink.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/source.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/source.asm -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/struct_offset.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/struct_offset.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/testpe.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/testpe.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/testraw.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/testraw.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/win32genloader.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/win32genloader.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/win32hooker-advanced.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/win32hooker-advanced.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/win32hooker.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/win32hooker.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/win32livedasm.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/win32livedasm.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/win32remotescan.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/win32remotescan.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/samples/wintrace.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/samples/wintrace.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/all.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/all.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/arc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/arc.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/dasm.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/dasm.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/dynldr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/dynldr.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/encodeddata.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/encodeddata.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/expression.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/expression.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/graph_layout.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/graph_layout.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/ia32.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/ia32.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/mips.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/mips.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/parse_c.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/parse_c.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/preprocessor.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/preprocessor.rb -------------------------------------------------------------------------------- /fuzz update/node/lib/metasm/tests/x86_64.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/lib/metasm/tests/x86_64.rb -------------------------------------------------------------------------------- /fuzz update/node/public.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/public.pem -------------------------------------------------------------------------------- /fuzz update/node/reduction.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/reduction.rb -------------------------------------------------------------------------------- /fuzz update/node/source/continue/ContinueScript.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/continue/ContinueScript.vcproj -------------------------------------------------------------------------------- /fuzz update/node/source/continue/ContinueScript.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/continue/ContinueScript.vcxproj -------------------------------------------------------------------------------- /fuzz update/node/source/continue/ContinueScript.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/continue/ContinueScript.vcxproj.filters -------------------------------------------------------------------------------- /fuzz update/node/source/continue/continue.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/continue/continue.sln -------------------------------------------------------------------------------- /fuzz update/node/source/continue/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/continue/main.c -------------------------------------------------------------------------------- /fuzz update/node/source/logger/ReflectiveDLLInjection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/logger/ReflectiveDLLInjection.h -------------------------------------------------------------------------------- /fuzz update/node/source/logger/ReflectiveLoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/logger/ReflectiveLoader.c -------------------------------------------------------------------------------- /fuzz update/node/source/logger/ReflectiveLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/logger/ReflectiveLoader.h -------------------------------------------------------------------------------- /fuzz update/node/source/logger/logger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/logger/logger.c -------------------------------------------------------------------------------- /fuzz update/node/source/logger/logger.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/logger/logger.sln -------------------------------------------------------------------------------- /fuzz update/node/source/logger/logger.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/logger/logger.vcproj -------------------------------------------------------------------------------- /fuzz update/node/source/logger/logger.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/logger/logger.vcxproj -------------------------------------------------------------------------------- /fuzz update/node/source/logger/logger.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/source/logger/logger.vcxproj.filters -------------------------------------------------------------------------------- /fuzz update/node/testcase.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/node/testcase.rb -------------------------------------------------------------------------------- /fuzz update/server_my.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/server_my.rb -------------------------------------------------------------------------------- /fuzz update/xmlcrashlog_my.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzz update/xmlcrashlog_my.rb -------------------------------------------------------------------------------- /fuzzserver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/fuzzserver.bat -------------------------------------------------------------------------------- /grindLogCheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/grindLogCheck.py -------------------------------------------------------------------------------- /grinder start CM.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/grinder start CM.bat -------------------------------------------------------------------------------- /grinder start FF.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/grinder start FF.bat -------------------------------------------------------------------------------- /grinder start IE.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/grinder start IE.bat -------------------------------------------------------------------------------- /help.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/help.js -------------------------------------------------------------------------------- /helplog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/helplog.js -------------------------------------------------------------------------------- /lib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/lib.js -------------------------------------------------------------------------------- /lib/cuon-matrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/lib/cuon-matrix.js -------------------------------------------------------------------------------- /lib/cuon-utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/lib/cuon-utils.js -------------------------------------------------------------------------------- /lib/webgl-debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/lib/webgl-debug.js -------------------------------------------------------------------------------- /lib/webgl-utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/lib/webgl-utils.js -------------------------------------------------------------------------------- /logging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging.js -------------------------------------------------------------------------------- /logging_cpp_01 v9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_cpp_01 v9.js -------------------------------------------------------------------------------- /logging_cpp_02 v9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_cpp_02 v9.js -------------------------------------------------------------------------------- /logging_grinder v1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v1.js -------------------------------------------------------------------------------- /logging_grinder v2 evt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v2 evt.js -------------------------------------------------------------------------------- /logging_grinder v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v2.js -------------------------------------------------------------------------------- /logging_grinder v3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v3.js -------------------------------------------------------------------------------- /logging_grinder v4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v4.js -------------------------------------------------------------------------------- /logging_grinder v6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v6.js -------------------------------------------------------------------------------- /logging_grinder v7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v7.js -------------------------------------------------------------------------------- /logging_grinder v8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v8.js -------------------------------------------------------------------------------- /logging_grinder v9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder v9.js -------------------------------------------------------------------------------- /logging_grinder_cm v9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_cm v9.js -------------------------------------------------------------------------------- /logging_grinder_crash v4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_crash v4.js -------------------------------------------------------------------------------- /logging_grinder_crash v6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_crash v6.js -------------------------------------------------------------------------------- /logging_grinder_crash v7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_crash v7.js -------------------------------------------------------------------------------- /logging_grinder_crash v8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_crash v8.js -------------------------------------------------------------------------------- /logging_grinder_crash v9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_crash v9.js -------------------------------------------------------------------------------- /logging_grinder_crash_ie v6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_crash_ie v6.js -------------------------------------------------------------------------------- /logging_grinder_ff v9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_ff v9.js -------------------------------------------------------------------------------- /logging_grinder_ie v6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_ie v6.js -------------------------------------------------------------------------------- /logging_grinder_ie v7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_ie v7.js -------------------------------------------------------------------------------- /logging_grinder_ie v8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_ie v8.js -------------------------------------------------------------------------------- /logging_grinder_ie v9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/logging_grinder_ie v9.js -------------------------------------------------------------------------------- /propdic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/propdic.js -------------------------------------------------------------------------------- /propfunc v30.0.1599.69 m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/propfunc v30.0.1599.69 m.txt -------------------------------------------------------------------------------- /sourceEdit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/sourceEdit.py -------------------------------------------------------------------------------- /sourceEditTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/sourceEditTest.js -------------------------------------------------------------------------------- /styledic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/styledic.js -------------------------------------------------------------------------------- /tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/tags -------------------------------------------------------------------------------- /temp file location.txt: -------------------------------------------------------------------------------- 1 | C:\Users\nsfocus\AppData\Local\Temp\Low -------------------------------------------------------------------------------- /testcase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/testcase.html -------------------------------------------------------------------------------- /testcase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/testcase.js -------------------------------------------------------------------------------- /tmp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/tmp.js -------------------------------------------------------------------------------- /websocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/websocket.py -------------------------------------------------------------------------------- /xmlhttprequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demi6od/ChromeFuzzer/HEAD/xmlhttprequest.py --------------------------------------------------------------------------------