LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
YaraForge.egg-info/PKG-INFO
YaraForge.egg-info/SOURCES.txt
YaraForge.egg-info/dependency_links.txt
YaraForge.egg-info/requires.txt
YaraForge.egg-info/top_level.txt
python/__init__.py
python/3/__init__.py
python/3/ida_allins.py
python/3/ida_auto.py
python/3/ida_bitrange.py
python/3/ida_bytes.py
python/3/ida_dbg.py
python/3/ida_dirtree.py
python/3/ida_diskio.py
python/3/ida_entry.py
python/3/ida_enum.py
python/3/ida_expr.py
python/3/ida_fixup.py
python/3/ida_fpro.py
python/3/ida_frame.py
python/3/ida_funcs.py
python/3/ida_gdl.py
python/3/ida_graph.py
python/3/ida_hexrays.py
python/3/ida_ida.py
python/3/ida_idaapi.py
python/3/ida_idc.py
python/3/ida_idd.py
python/3/ida_idp.py
python/3/ida_ieee.py
python/3/ida_kernwin.py
python/3/ida_lines.py
python/3/ida_loader.py
python/3/ida_moves.py
python/3/ida_nalt.py
python/3/ida_name.py
python/3/ida_netnode.py
python/3/ida_offset.py
python/3/ida_pro.py
python/3/ida_problems.py
python/3/ida_range.py
python/3/ida_registry.py
python/3/ida_search.py
python/3/ida_segment.py
python/3/ida_segregs.py
python/3/ida_srclang.py
python/3/ida_strlist.py
python/3/ida_struct.py
python/3/ida_tryblks.py
python/3/ida_typeinf.py
python/3/ida_ua.py
python/3/ida_xref.py
python/3/idaapi.py
python/3/idadex.py
python/3/idautils.py
python/3/idc.py
python/3/init.py
python/3/PyQt5/__init__.py
python/3/PyQt5/uic/__init__.py
python/3/PyQt5/uic/driver.py
python/3/PyQt5/uic/exceptions.py
python/3/PyQt5/uic/icon_cache.py
python/3/PyQt5/uic/objcreator.py
python/3/PyQt5/uic/properties.py
python/3/PyQt5/uic/pyuic.py
python/3/PyQt5/uic/uiparser.py
python/3/PyQt5/uic/Compiler/__init__.py
python/3/PyQt5/uic/Compiler/compiler.py
python/3/PyQt5/uic/Compiler/indenter.py
python/3/PyQt5/uic/Compiler/misc.py
python/3/PyQt5/uic/Compiler/proxy_metaclass.py
python/3/PyQt5/uic/Compiler/qobjectcreator.py
python/3/PyQt5/uic/Compiler/qtproxies.py
python/3/PyQt5/uic/Loader/__init__.py
python/3/PyQt5/uic/Loader/loader.py
python/3/PyQt5/uic/Loader/qobjectcreator.py
python/3/PyQt5/uic/port_v2/__init__.py
python/3/PyQt5/uic/port_v2/as_string.py
python/3/PyQt5/uic/port_v2/ascii_upper.py
python/3/PyQt5/uic/port_v2/proxy_base.py
python/3/PyQt5/uic/port_v2/string_io.py
python/3/PyQt5/uic/port_v3/__init__.py
python/3/PyQt5/uic/port_v3/as_string.py
python/3/PyQt5/uic/port_v3/ascii_upper.py
python/3/PyQt5/uic/port_v3/proxy_base.py
python/3/PyQt5/uic/port_v3/string_io.py
python/3/PyQt5/uic/widget-plugins/__init__.py
python/3/PyQt5/uic/widget-plugins/qaxcontainer.py
python/3/PyQt5/uic/widget-plugins/qscintilla.py
python/3/PyQt5/uic/widget-plugins/qtcharts.py
python/3/PyQt5/uic/widget-plugins/qtprintsupport.py
python/3/PyQt5/uic/widget-plugins/qtquickwidgets.py
python/3/PyQt5/uic/widget-plugins/qtwebenginewidgets.py
python/3/PyQt5/uic/widget-plugins/qtwebkit.py
python/examples/__init__.py
python/examples/analysis/__init__.py
python/examples/analysis/dump_func_info.py
python/examples/core/__init__.py
python/examples/core/actions.py
python/examples/core/add_hotkey.py
python/examples/core/add_idc_hotkey.py
python/examples/core/auto_instantiate_widget_plugin.py
python/examples/core/bin_search.py
python/examples/core/colorize_disassembly.py
python/examples/core/colorize_disassembly_on_the_fly.py
python/examples/core/create_structure_programmatically.py
python/examples/core/custom_cli.py
python/examples/core/custom_data_types_and_formats.py
python/examples/core/dump_extra_comments.py
python/examples/core/dump_flowchart.py
python/examples/core/dump_selection.py
python/examples/core/extend_idc.py
python/examples/core/idapythonrc.py
python/examples/core/install_user_defined_prefix.py
python/examples/core/list_bookmarks.py
python/examples/core/list_function_items.py
python/examples/core/list_imports.py
python/examples/core/list_patched_bytes.py
python/examples/core/list_problems.py
python/examples/core/list_segment_functions.py
python/examples/core/list_segment_functions_using_idautils.py
python/examples/core/list_stkvar_xrefs.py
python/examples/core/list_strings.py
python/examples/core/produce_c_file.py
python/examples/core/produce_lst_file.py
python/examples/core/register_timer.py
python/examples/core/trigger_actions_programmatically.py
python/examples/cvt64/__init__.py
python/examples/cvt64/py_cvt64_sample.py
python/examples/debugging/__init__.py
python/examples/debugging/show_debug_names.py
python/examples/debugging/appcall/__init__.py
python/examples/debugging/appcall/simple_appcall_common.py
python/examples/debugging/appcall/simple_appcall_linux.py
python/examples/debugging/appcall/simple_appcall_win.py
python/examples/debugging/dbghooks/__init__.py
python/examples/debugging/dbghooks/automatic_steps.py
python/examples/debugging/dbghooks/dbg_trace.py
python/examples/debugging/misc/__init__.py
python/examples/debugging/misc/print_call_stack.py
python/examples/debugging/misc/print_registers.py
python/examples/debugging/misc/registers_context_menu.py
python/examples/hexrays/__init__.py
python/examples/hexrays/colorize_pseudocode_lines.py
python/examples/hexrays/curpos_details.py
python/examples/hexrays/decompile_entry_points.py
python/examples/hexrays/vds1.py
python/examples/hexrays/vds10.py
python/examples/hexrays/vds11.py
python/examples/hexrays/vds12.py
python/examples/hexrays/vds13.py
python/examples/hexrays/vds17.py
python/examples/hexrays/vds19.py
python/examples/hexrays/vds21.py
python/examples/hexrays/vds3.py
python/examples/hexrays/vds4.py
python/examples/hexrays/vds5.py
python/examples/hexrays/vds6.py
python/examples/hexrays/vds7.py
python/examples/hexrays/vds8.py
python/examples/hexrays/vds_create_hint.py
python/examples/hexrays/vds_hooks.py
python/examples/hexrays/vds_modify_user_lvars.py
python/examples/hexrays/vds_xrefs.py
python/examples/idbhooks/__init__.py
python/examples/idbhooks/log_idb_events.py
python/examples/idbhooks/operand_changed.py
python/examples/idbhooks/replay_prototypes_changes.py
python/examples/idphooks/__init__.py
python/examples/idphooks/ana_emu_out.py
python/examples/idphooks/assemble.py
python/examples/pyqt/__init__.py
python/examples/pyqt/inject_command.py
python/examples/pyqt/paint_over_graph.py
python/examples/pyqt/paint_over_navbar.py
python/examples/pyqt/populate_pluginform_with_pyqt_widgets.py
python/examples/uihooks/__init__.py
python/examples/uihooks/func_chooser_coloring.py
python/examples/uihooks/lines_rendering.py
python/examples/uihooks/log_misc_events.py
python/examples/uihooks/prevent_jump.py
python/examples/widgets/__init__.py
python/examples/widgets/forms/__init__.py
python/examples/widgets/forms/askusingform.py
python/examples/widgets/graphs/__init__.py
python/examples/widgets/graphs/custom_graph_with_actions.py
python/examples/widgets/graphs/sync_two_graphs.py
python/examples/widgets/idaview/__init__.py
python/examples/widgets/idaview/wrap_idaview.py
python/examples/widgets/listings/__init__.py
python/examples/widgets/listings/custom_viewer.py
python/examples/widgets/listings/jump_next_comment.py
python/examples/widgets/listings/save_and_restore_listing_pos.py
python/examples/widgets/misc/__init__.py
python/examples/widgets/misc/add_menus.py
python/examples/widgets/tabular_views/__init__.py
python/examples/widgets/tabular_views/custom/__init__.py
python/examples/widgets/tabular_views/custom/choose.py
python/examples/widgets/tabular_views/custom/choose_multi.py
python/examples/widgets/tabular_views/custom/chooser_with_folders.py
python/examples/widgets/tabular_views/custom/func_chooser.py
python/examples/widgets/tabular_views/custom/lazy_loaded_chooser.py
python/examples/widgets/tabular_views/string_window/__init__.py
python/examples/widgets/tabular_views/string_window/show_selected_strings.py
python/examples/widgets/waitbox/__init__.py
python/examples/widgets/waitbox/show_and_hide_waitbox.py
yaraforge/__init__.py
yaraforge/metadata.py
yaraforge/version.py
yaraforge/maker/__init__.py
yaraforge/maker/dump_maker.py
yaraforge/maker/instruction_maker.py
yaraforge/maker/merge_maker.py
yaraforge/maker/yara_maker.py
yaraforge/plugin/__init__.py
yaraforge/plugin/yaraforge.py
yaraforge/tests/__init__.py
yaraforge/updater/__init__.py
yaraforge/updater/update.py
yaraforge/utils/__init__.py
yaraforge/utils/cache_cleaner.py
yaraforge/utils/cache_dumper.py
yaraforge/utils/common.py
yaraforge/utils/compiler.py
yaraforge/utils/logger.py
yaraforge/utils/opcode_processor.py
yaraforge/yarac/__init__.py