# -*- encoding: utf-8 -*- # stub: metasm 1.0.2 ruby . Gem::Specification.new do |s| s.name = "metasm".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = [".".freeze] s.authors = ["Yoann Guillot".freeze] s.date = "2014-12-23" s.description = "".freeze s.email = ["john at ofjj.net".freeze] s.files = [".gitignore".freeze, ".hgtags".freeze, "BUGS".freeze, "CREDITS".freeze, "Gemfile".freeze, "INSTALL".freeze, "LICENCE".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "doc/code_organisation.txt".freeze, "doc/const_missing.txt".freeze, "doc/core/DynLdr.txt".freeze, "doc/core/ExeFormat.txt".freeze, "doc/core/Expression.txt".freeze, "doc/core/GNUExports.txt".freeze, "doc/core/Ia32.txt".freeze, "doc/core/SerialStruct.txt".freeze, "doc/core/VirtualString.txt".freeze, "doc/core/WindowsExports.txt".freeze, "doc/core/index.txt".freeze, "doc/core_classes.txt".freeze, "doc/feature_list.txt".freeze, "doc/index.txt".freeze, "doc/install_notes.txt".freeze, "doc/style.css".freeze, "doc/usage/debugger.txt".freeze, "doc/usage/index.txt".freeze, "doc/use_cases.txt".freeze, "metasm.gemspec".freeze, "metasm.rb".freeze, "metasm/compile_c.rb".freeze, "metasm/cpu/arc.rb".freeze, "metasm/cpu/arc/decode.rb".freeze, "metasm/cpu/arc/main.rb".freeze, "metasm/cpu/arc/opcodes.rb".freeze, "metasm/cpu/arm.rb".freeze, "metasm/cpu/arm/debug.rb".freeze, "metasm/cpu/arm/decode.rb".freeze, "metasm/cpu/arm/encode.rb".freeze, "metasm/cpu/arm/main.rb".freeze, "metasm/cpu/arm/opcodes.rb".freeze, "metasm/cpu/arm/parse.rb".freeze, "metasm/cpu/arm/render.rb".freeze, "metasm/cpu/arm64.rb".freeze, "metasm/cpu/arm64/debug.rb".freeze, "metasm/cpu/arm64/decode.rb".freeze, "metasm/cpu/arm64/encode.rb".freeze, "metasm/cpu/arm64/main.rb".freeze, "metasm/cpu/arm64/opcodes.rb".freeze, "metasm/cpu/arm64/parse.rb".freeze, "metasm/cpu/arm64/render.rb".freeze, "metasm/cpu/bpf.rb".freeze, "metasm/cpu/bpf/decode.rb".freeze, "metasm/cpu/bpf/main.rb".freeze, "metasm/cpu/bpf/opcodes.rb".freeze, "metasm/cpu/bpf/render.rb".freeze, "metasm/cpu/cy16.rb".freeze, "metasm/cpu/cy16/decode.rb".freeze, "metasm/cpu/cy16/main.rb".freeze, "metasm/cpu/cy16/opcodes.rb".freeze, "metasm/cpu/cy16/render.rb".freeze, "metasm/cpu/dalvik.rb".freeze, "metasm/cpu/dalvik/decode.rb".freeze, "metasm/cpu/dalvik/main.rb".freeze, "metasm/cpu/dalvik/opcodes.rb".freeze, "metasm/cpu/ia32.rb".freeze, "metasm/cpu/ia32/compile_c.rb".freeze, "metasm/cpu/ia32/debug.rb".freeze, "metasm/cpu/ia32/decode.rb".freeze, "metasm/cpu/ia32/decompile.rb".freeze, "metasm/cpu/ia32/encode.rb".freeze, "metasm/cpu/ia32/main.rb".freeze, "metasm/cpu/ia32/opcodes.rb".freeze, "metasm/cpu/ia32/parse.rb".freeze, "metasm/cpu/ia32/render.rb".freeze, "metasm/cpu/mips.rb".freeze, "metasm/cpu/mips/compile_c.rb".freeze, "metasm/cpu/mips/debug.rb".freeze, "metasm/cpu/mips/decode.rb".freeze, "metasm/cpu/mips/encode.rb".freeze, "metasm/cpu/mips/main.rb".freeze, "metasm/cpu/mips/opcodes.rb".freeze, "metasm/cpu/mips/parse.rb".freeze, "metasm/cpu/mips/render.rb".freeze, "metasm/cpu/msp430.rb".freeze, "metasm/cpu/msp430/decode.rb".freeze, "metasm/cpu/msp430/main.rb".freeze, "metasm/cpu/msp430/opcodes.rb".freeze, "metasm/cpu/pic16c/decode.rb".freeze, "metasm/cpu/pic16c/main.rb".freeze, "metasm/cpu/pic16c/opcodes.rb".freeze, "metasm/cpu/ppc.rb".freeze, "metasm/cpu/ppc/decode.rb".freeze, "metasm/cpu/ppc/decompile.rb".freeze, "metasm/cpu/ppc/encode.rb".freeze, "metasm/cpu/ppc/main.rb".freeze, "metasm/cpu/ppc/opcodes.rb".freeze, "metasm/cpu/ppc/parse.rb".freeze, "metasm/cpu/python.rb".freeze, "metasm/cpu/python/decode.rb".freeze, "metasm/cpu/python/main.rb".freeze, "metasm/cpu/python/opcodes.rb".freeze, "metasm/cpu/sh4.rb".freeze, "metasm/cpu/sh4/decode.rb".freeze, "metasm/cpu/sh4/main.rb".freeze, "metasm/cpu/sh4/opcodes.rb".freeze, "metasm/cpu/x86_64.rb".freeze, "metasm/cpu/x86_64/compile_c.rb".freeze, "metasm/cpu/x86_64/debug.rb".freeze, "metasm/cpu/x86_64/decode.rb".freeze, "metasm/cpu/x86_64/encode.rb".freeze, "metasm/cpu/x86_64/main.rb".freeze, "metasm/cpu/x86_64/opcodes.rb".freeze, "metasm/cpu/x86_64/parse.rb".freeze, "metasm/cpu/x86_64/render.rb".freeze, "metasm/cpu/z80.rb".freeze, "metasm/cpu/z80/decode.rb".freeze, "metasm/cpu/z80/main.rb".freeze, "metasm/cpu/z80/opcodes.rb".freeze, "metasm/cpu/z80/render.rb".freeze, "metasm/debug.rb".freeze, "metasm/decode.rb".freeze, "metasm/decompile.rb".freeze, "metasm/disassemble.rb".freeze, "metasm/disassemble_api.rb".freeze, "metasm/dynldr.rb".freeze, "metasm/encode.rb".freeze, "metasm/exe_format/a_out.rb".freeze, "metasm/exe_format/autoexe.rb".freeze, "metasm/exe_format/bflt.rb".freeze, "metasm/exe_format/coff.rb".freeze, "metasm/exe_format/coff_decode.rb".freeze, "metasm/exe_format/coff_encode.rb".freeze, "metasm/exe_format/dex.rb".freeze, "metasm/exe_format/dol.rb".freeze, "metasm/exe_format/elf.rb".freeze, "metasm/exe_format/elf_decode.rb".freeze, "metasm/exe_format/elf_encode.rb".freeze, "metasm/exe_format/gb.rb".freeze, "metasm/exe_format/javaclass.rb".freeze, "metasm/exe_format/macho.rb".freeze, "metasm/exe_format/main.rb".freeze, "metasm/exe_format/mz.rb".freeze, "metasm/exe_format/nds.rb".freeze, "metasm/exe_format/pe.rb".freeze, "metasm/exe_format/pyc.rb".freeze, "metasm/exe_format/serialstruct.rb".freeze, "metasm/exe_format/shellcode.rb".freeze, "metasm/exe_format/shellcode_rwx.rb".freeze, "metasm/exe_format/swf.rb".freeze, "metasm/exe_format/xcoff.rb".freeze, "metasm/exe_format/zip.rb".freeze, "metasm/gui.rb".freeze, "metasm/gui/cstruct.rb".freeze, "metasm/gui/dasm_coverage.rb".freeze, "metasm/gui/dasm_decomp.rb".freeze, "metasm/gui/dasm_funcgraph.rb".freeze, "metasm/gui/dasm_graph.rb".freeze, "metasm/gui/dasm_hex.rb".freeze, "metasm/gui/dasm_listing.rb".freeze, "metasm/gui/dasm_main.rb".freeze, "metasm/gui/dasm_opcodes.rb".freeze, "metasm/gui/debug.rb".freeze, "metasm/gui/gtk.rb".freeze, "metasm/gui/qt.rb".freeze, "metasm/gui/win32.rb".freeze, "metasm/gui/x11.rb".freeze, "metasm/main.rb".freeze, "metasm/os/gdbremote.rb".freeze, "metasm/os/gnu_exports.rb".freeze, "metasm/os/linux.rb".freeze, "metasm/os/main.rb".freeze, "metasm/os/windows.rb".freeze, "metasm/os/windows_exports.rb".freeze, "metasm/parse.rb".freeze, "metasm/parse_c.rb".freeze, "metasm/preprocessor.rb".freeze, "metasm/render.rb".freeze, "misc/bottleneck.rb".freeze, "misc/cheader-findpppath.rb".freeze, "misc/hexdiff.rb".freeze, "misc/hexdump.rb".freeze, "misc/lint.rb".freeze, "misc/metasm-all.rb".freeze, "misc/objdiff.rb".freeze, "misc/objscan.rb".freeze, "misc/pdfparse.rb".freeze, "misc/ppc_pdf2oplist.rb".freeze, "misc/tcp_proxy_hex.rb".freeze, "misc/txt2html.rb".freeze, "samples/a.out.rb".freeze, "samples/asmsyntax.rb".freeze, "samples/bindiff.rb".freeze, "samples/compilation-steps.rb".freeze, "samples/cparser_makestackoffset.rb".freeze, "samples/dasm-backtrack.rb".freeze, "samples/dasm-plugins/bindiff.rb".freeze, "samples/dasm-plugins/bookmark.rb".freeze, "samples/dasm-plugins/c_constants.rb".freeze, "samples/dasm-plugins/colortheme_solarized.rb".freeze, "samples/dasm-plugins/cppobj_funcall.rb".freeze, "samples/dasm-plugins/dasm_all.rb".freeze, "samples/dasm-plugins/demangle_cpp.rb".freeze, "samples/dasm-plugins/deobfuscate.rb".freeze, "samples/dasm-plugins/dump_text.rb".freeze, "samples/dasm-plugins/export_graph_svg.rb".freeze, "samples/dasm-plugins/findgadget.rb".freeze, "samples/dasm-plugins/hl_opcode.rb".freeze, "samples/dasm-plugins/hotfix_gtk_dbg.rb".freeze, "samples/dasm-plugins/imm2off.rb".freeze, "samples/dasm-plugins/match_libsigs.rb".freeze, "samples/dasm-plugins/patch_file.rb".freeze, "samples/dasm-plugins/scanfuncstart.rb".freeze, "samples/dasm-plugins/scanxrefs.rb".freeze, "samples/dasm-plugins/selfmodify.rb".freeze, "samples/dasm-plugins/stringsxrefs.rb".freeze, "samples/dasmnavig.rb".freeze, "samples/dbg-apihook.rb".freeze, "samples/dbg-plugins/heapscan.rb".freeze, "samples/dbg-plugins/heapscan/compiled_heapscan_lin.c".freeze, "samples/dbg-plugins/heapscan/compiled_heapscan_win.c".freeze, "samples/dbg-plugins/heapscan/graphheap.rb".freeze, "samples/dbg-plugins/heapscan/heapscan.rb".freeze, "samples/dbg-plugins/heapscan/winheap.h".freeze, "samples/dbg-plugins/heapscan/winheap7.h".freeze, "samples/dbg-plugins/trace_func.rb".freeze, "samples/dbghelp.rb".freeze, "samples/disassemble-gui.rb".freeze, "samples/disassemble.rb".freeze, "samples/dump_upx.rb".freeze, "samples/dynamic_ruby.rb".freeze, "samples/elf_list_needed.rb".freeze, "samples/elf_listexports.rb".freeze, "samples/elfencode.rb".freeze, "samples/exeencode.rb".freeze, "samples/factorize-headers-elfimports.rb".freeze, "samples/factorize-headers-peimports.rb".freeze, "samples/factorize-headers.rb".freeze, "samples/generate_libsigs.rb".freeze, "samples/hotfix_gtk_dbg.rb".freeze, "samples/install_win_env.rb".freeze, "samples/lindebug.rb".freeze, "samples/linux_injectsyscall.rb".freeze, "samples/machoencode.rb".freeze, "samples/metasm-shell.rb".freeze, "samples/pe-hook.rb".freeze, "samples/pe-ia32-cpuid.rb".freeze, "samples/pe-mips.rb".freeze, "samples/pe-shutdown.rb".freeze, "samples/pe-testrelocs.rb".freeze, "samples/pe-testrsrc.rb".freeze, "samples/pe_listexports.rb".freeze, "samples/peencode.rb".freeze, "samples/peldr.rb".freeze, "samples/preprocess-flatten.rb".freeze, "samples/r0trace.rb".freeze, "samples/scan_pt_gnu_stack.rb".freeze, "samples/scanpeexports.rb".freeze, "samples/shellcode-c.rb".freeze, "samples/shellcode-dynlink.rb".freeze, "samples/source.asm".freeze, "samples/struct_offset.rb".freeze, "samples/testpe.rb".freeze, "samples/testraw.rb".freeze, "samples/win32genloader.rb".freeze, "samples/win32hooker-advanced.rb".freeze, "samples/win32hooker.rb".freeze, "samples/win32livedasm.rb".freeze, "samples/win32remotescan.rb".freeze, "samples/wintrace.rb".freeze, "tests/all.rb".freeze, "tests/arc.rb".freeze, "tests/dasm.rb".freeze, "tests/dynldr.rb".freeze, "tests/encodeddata.rb".freeze, "tests/expression.rb".freeze, "tests/graph_layout.rb".freeze, "tests/ia32.rb".freeze, "tests/mips.rb".freeze, "tests/parse_c.rb".freeze, "tests/preprocessor.rb".freeze, "tests/x86_64.rb".freeze] s.homepage = "http://metasm.cr0.org".freeze s.licenses = ["LGPL".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Metasm is a cross-architecture assembler, disassembler, linker, and debugger.".freeze s.test_files = ["tests/all.rb".freeze, "tests/arc.rb".freeze, "tests/dasm.rb".freeze, "tests/dynldr.rb".freeze, "tests/encodeddata.rb".freeze, "tests/expression.rb".freeze, "tests/graph_layout.rb".freeze, "tests/ia32.rb".freeze, "tests/mips.rb".freeze, "tests/parse_c.rb".freeze, "tests/preprocessor.rb".freeze, "tests/x86_64.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end