Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(398)

Issue 322870043: Created a new rekall-lib package which will be shared between all rekall packages. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 11 months ago by scudette
Modified:
6 years, 11 months ago
Reviewers:
Base URL:
https://github.com/google/rekall.git@master
Visibility:
Public.

Description

Created a new rekall-lib package which will be shared between all rekall packages. BUG= Committed: e13d794542052de0d138acb07ef3f032b008ae94

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -2132 lines) Patch
M _version.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/_version.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/action.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/agent.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/cache.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/client_actions/files.py View 1 chunk +0 lines, -4 lines 0 comments Download
M rekall-agent/rekall_agent/client_actions/interrogate.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/config/agent.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/crypto.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-agent/rekall_agent/flow.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/flows/find.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-agent/rekall_agent/location.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/locations/cloud.py View 2 chunks +2 lines, -3 lines 0 comments Download
A rekall-agent/rekall_agent/locations/gae.py View 1 chunk +3 lines, -0 lines 0 comments Download
M rekall-agent/rekall_agent/locations/http.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-agent/rekall_agent/messages/agent.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/messages/batch.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-agent/rekall_agent/messages/resources.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/output_plugin.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/policies/gcs.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-agent/rekall_agent/result_collections.py View 1 chunk +3 lines, -2 lines 0 comments Download
D rekall-agent/rekall_agent/serializer.py View 1 chunk +0 lines, -741 lines 0 comments Download
M rekall-agent/rekall_agent/servers/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
A rekall-agent/rekall_agent/servers/gae.py View 1 chunk +114 lines, -0 lines 0 comments Download
M rekall-agent/rekall_agent/servers/http.py View 2 chunks +1 line, -2 lines 0 comments Download
M rekall-agent/rekall_agent/ui/flows.py View 1 chunk +2 lines, -3 lines 0 comments Download
M rekall-agent/rekall_agent/ui/vfs.py View 2 chunks +2 lines, -1 line 0 comments Download
M rekall-agent/setup.py View 1 chunk +1 line, -0 lines 0 comments Download
M rekall-core/rekall/_version.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/addrspace.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/args.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/cache.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/io_manager.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/ipython_support.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/kb.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/obj.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugin.py View 1 chunk +3 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/addrspaces/__init__.py View 1 chunk +0 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/addrspaces/amd64.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/addrspaces/ewf.py View 1 chunk +0 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/addrspaces/intel.py View 1 chunk +1 line, -2 lines 0 comments Download
M rekall-core/rekall/plugins/addrspaces/vmem.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/common/address_resolver.py View 1 chunk +1 line, -2 lines 0 comments Download
M rekall-core/rekall/plugins/common/bovine.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/common/efilter_plugins/helpers.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/common/efilter_plugins/search.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/common/memmap.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/common/profile_index.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/core.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/darwin/checks.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/darwin/common.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/darwin/maps.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/darwin/networking.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/darwin/processes.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/darwin/zones.py View 1 chunk +1 line, -2 lines 0 comments Download
M rekall-core/rekall/plugins/filesystems/ntfs.py View 1 chunk +1 line, -2 lines 0 comments Download
M rekall-core/rekall/plugins/filesystems/tsk.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/guess_profile.py View 1 chunk +2 lines, -3 lines 0 comments Download
M rekall-core/rekall/plugins/hypervisors.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/imagecopy.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/linux/common.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/linux/proc_maps.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/linux/pslist.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/basic.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/darwin/darwin.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/linux/dwarfparser.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/linux/linux.py View 1 chunk +2 lines, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/linux/vfs.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/windows/common.py View 1 chunk +2 lines, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/windows/crashdump.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/overlays/windows/heap.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/windows/pe_vtypes.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/windows/tcpip_vtypes.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/windows/win7.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/overlays/windows/win8.py View 1 chunk +2 lines, -1 line 0 comments Download
M rekall-core/rekall/plugins/renderers/base_objects.py View 1 chunk +1 line, -2 lines 0 comments Download
M rekall-core/rekall/plugins/renderers/data_export.py View 1 chunk +3 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/renderers/json_storage.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/renderers/virtualization.py View 1 chunk +0 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/renderers/visual_aides.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/renderers/windows.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/response/common.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/response/files.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/response/forensic_artifacts.py View 1 chunk +2 lines, -1 line 0 comments Download
M rekall-core/rekall/plugins/response/interpolators.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/response/linux.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/response/processes.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/response/renderers.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/response/yarascan.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/tools/aff4acquire.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/tools/disassembler.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/tools/ewf.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/tools/json_test.py View 1 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/tools/mspdb.py View 1 chunk +2 lines, -1 line 0 comments Download
M rekall-core/rekall/plugins/tools/profile_tool.py View 1 chunk +3 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/tools/repository_manager.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/plugins/windows/address_resolver.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/cache.py View 2 chunks +3 lines, -3 lines 0 comments Download
M rekall-core/rekall/plugins/windows/common.py View 1 chunk +2 lines, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/dns.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/dumpcerts.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/gui/constants.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/gui/win32k_core.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/handles.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/heap_analysis.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/interactive/structs.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/kdbgscan.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/malware/apihooks.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/malware/callbacks.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/malware/cmdhistory.py View 1 chunk +2 lines, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/malware/devicetree.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/malware/svcscan.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/malware/timers.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/malware/yarascan.py View 2 chunks +2 lines, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/misc.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/modscan.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/modules.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/pagefile.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/pfn.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/pool.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/procdump.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/registry/evtlogs.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/registry/getservicesids.py View 1 chunk +3 lines, -3 lines 0 comments Download
M rekall-core/rekall/plugins/windows/registry/printkey.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/registry/registry.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/registry/userassist.py View 2 chunks +3 lines, -5 lines 0 comments Download
M rekall-core/rekall/plugins/windows/ssdt.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/taskmods.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/windows/vadinfo.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/plugins/yarascanner.py View 1 chunk +1 line, -1 line 0 comments Download
D rekall-core/rekall/registry.py View 1 chunk +0 lines, -150 lines 0 comments Download
M rekall-core/rekall/scan.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/session.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/testlib.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/ui/__init__.py View 1 chunk +1 line, -2 lines 0 comments Download
M rekall-core/rekall/ui/json_renderer.py View 1 chunk +1 line, -1 line 0 comments Download
M rekall-core/rekall/ui/renderer.py View 1 chunk +2 lines, -2 lines 0 comments Download
M rekall-core/rekall/ui/text.py View 1 chunk +2 lines, -2 lines 0 comments Download
D rekall-core/rekall/utils.py View 1 chunk +0 lines, -1044 lines 0 comments Download
M rekall-core/setup.py View 1 chunk +2 lines, -0 lines 0 comments Download
M rekall-gui/_version.py View 1 chunk +1 line, -1 line 0 comments Download
A + rekall-lib/_version.py View 1 chunk +1 line, -1 line 0 comments Download
A + rekall-lib/rekall_lib/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + rekall-lib/rekall_lib/registry.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + rekall-lib/rekall_lib/serializer.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + rekall-lib/rekall_lib/utils.py View 1 chunk +1 line, -1 line 0 comments Download
A + rekall-lib/setup.py View 4 chunks +5 lines, -14 lines 0 comments Download
M tools/layout_expert/layout_expert/_version.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/test_suite.py View 1 2 chunks +2 lines, -1 line 0 comments Download
M version.yaml View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 1
scudette
6 years, 11 months ago (2017-04-14 19:26:40 UTC) #1
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e13d794542052de0d138acb07ef3f032b008ae94 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b