adam-m
|
3ee182f887
|
initial working scalpel jni
|
2013-04-25 20:33:01 -04:00 |
|
adam-m
|
b87039c0e9
|
update dll with scalpel seek fix
|
2013-04-25 17:29:46 -04:00 |
|
adam-m
|
025911774c
|
update jni zip with threading fixes
|
2013-04-25 15:51:21 -04:00 |
|
adam-m
|
c4492d3bbc
|
decrease JVM max heap to 512
|
2013-04-25 15:50:53 -04:00 |
|
adam-m
|
6ff8b288b0
|
Merge branch 'scalpel-carver' of https://github.com/sleuthkit/autopsy into scalpel-carver
|
2013-04-24 19:18:08 -04:00 |
|
adam-m
|
d9e9ae6d3e
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
|
2013-04-24 15:35:14 -04:00 |
|
Tim McIver
|
b529a564fd
|
Fixed bug where the scalpel output directory, rather than the output
file, was being passed to ScalpelOutputParser.parse() method.
|
2013-04-24 15:34:25 -04:00 |
|
adam-m
|
f9733d24cf
|
updated jni with more stability
|
2013-04-24 15:11:05 -04:00 |
|
adam-m
|
055c001513
|
Merge branch 'master' into scalpel-carver
|
2013-04-23 16:14:05 -04:00 |
|
adam-m
|
3df1e8d927
|
update avalon framework sub-dependency version in classpath
|
2013-04-23 16:12:00 -04:00 |
|
adam-m
|
4d0a445901
|
adjust deleted files view
|
2013-04-19 13:35:00 -04:00 |
|
Tim McIver
|
b82a0e9d53
|
Moved ScalpelOutputParser from package org.sleuthkit.autopsy.scalpel to
org.sleuthkit.autopsy.scalpel.jni.
|
2013-04-18 13:56:42 -04:00 |
|
Tim McIver
|
6ad42f1829
|
Updated call to AbstractFile.convertToImageOffset() to catch
TskCoreException.
|
2013-04-18 13:47:28 -04:00 |
|
Tim McIver
|
542a221472
|
Removed unnecessary range processing code on the incoming AbstractFile.
Also using AbstractFile.convertToImgOffset() method for creating
TskFileRange objects used in creating a carved file.
|
2013-04-18 11:25:57 -04:00 |
|
Tim McIver
|
82983ead34
|
Merge branch 'scalpel-carver' of https://github.com/sleuthkit/autopsy into scalpel-carver
|
2013-04-17 14:29:02 -04:00 |
|
Tim McIver
|
548c4718db
|
Updated ScalpelCarverIngestModule.process() so that a valid parent of the
incoming AbstractFile can be an Image (in addition to it possibly being a
FileSystem or Volume).
|
2013-04-17 14:28:11 -04:00 |
|
adam-m
|
870cfc6272
|
update comments
|
2013-04-17 14:05:32 -04:00 |
|
adam-m
|
da1abff2af
|
adjust the way ScalpelCarver is initialized
|
2013-04-17 11:05:30 -04:00 |
|
adam-m
|
4752947860
|
restructure DeletedContent classes to export public nodes types properly. Add defautl double-click actions
|
2013-04-17 10:05:45 -04:00 |
|
adam-m
|
5c19398b3e
|
add initial new view in dir tree with all deleted content
|
2013-04-16 18:02:43 -04:00 |
|
adam-m
|
cc2fec5c63
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
|
2013-04-16 16:11:49 -04:00 |
|
Tim McIver
|
6532b14942
|
Added needed File.separator to creation of scalpelOutputDirPath. Removed
unneeded check of return value of call to
PlatformUtil.extractResourceToUserConfigDir().
|
2013-04-16 16:11:24 -04:00 |
|
adam-m
|
f3488b33cf
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
|
2013-04-16 15:26:07 -04:00 |
|
Tim McIver
|
0b5114e505
|
Changed uses of File.pathSeparator to File.separator.
|
2013-04-16 15:25:27 -04:00 |
|
adam-m
|
15106d68fb
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
|
2013-04-16 15:16:50 -04:00 |
|
Tim McIver
|
5e7b5cabe8
|
Fixed code to create Scalpel output direct for use by Scalpel
JNI call.
|
2013-04-16 15:16:05 -04:00 |
|
adam-m
|
d03e7e9dfa
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
|
2013-04-16 15:06:44 -04:00 |
|
adam-m
|
b049519cb5
|
updated jni
|
2013-04-16 15:06:19 -04:00 |
|
adam-m
|
d888b7b863
|
scalpel class: do additional file path validation before crossing jni boundary
|
2013-04-16 15:03:26 -04:00 |
|
Tim McIver
|
a2c75ed464
|
Added scalpel.conf to org.sleuthkit.autopsy.scalpel package
directory. Refactored get/copying of user's config file to better
detect error condition.
|
2013-04-16 14:32:08 -04:00 |
|
Tim McIver
|
0ec6b6be2f
|
Added implementation to ScalpelCarverIngestModule.process()
method. Also refactored ScalpelCarver.carve() method to return
a list of CarvedFileMeta objects.
|
2013-04-16 12:15:47 -04:00 |
|
Tim McIver
|
76ca1dc0d0
|
Added 'getDefault' method to ScalpelCarverIngestModule. Added
stub implementation of process method.
|
2013-04-12 15:23:46 -04:00 |
|
Tim McIver
|
293a15706e
|
Added release directory to .gitignore.
|
2013-04-12 15:21:53 -04:00 |
|
Tim McIver
|
b916aa8ded
|
Merge branch 'scalpel-carver' of https://github.com/sleuthkit/autopsy into scalpel-carver
Conflicts:
ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/Bundle.properties
|
2013-04-12 15:12:20 -04:00 |
|
adam-m
|
0146a81f27
|
update .gitignore
|
2013-04-12 13:41:52 -04:00 |
|
adam-m
|
e9ea8ba00e
|
Build changes to include scalpel jni from thirdparty/
|
2013-04-12 13:40:42 -04:00 |
|
adam-m
|
b1b7771feb
|
pass stream ID to JNI
|
2013-04-12 13:19:46 -04:00 |
|
adam-m
|
1974cac69d
|
close stream after carving
|
2013-04-12 13:01:14 -04:00 |
|
adam-m
|
6e920822dd
|
improve scalpel class loader to load dependant libs first
|
2013-04-12 10:57:40 -04:00 |
|
Tim McIver
|
cf8aaccb79
|
Added file ScalpelOutputParser and added/tested implementation of
parse method.
|
2013-04-12 10:49:26 -04:00 |
|
adam-m
|
4e381bedc3
|
add some module meta-data
|
2013-04-12 10:38:24 -04:00 |
|
Tim McIver
|
c4a56475e2
|
Merge branch 'scalpel-carver' of https://github.com/sleuthkit/autopsy into scalpel-carver
|
2013-04-11 16:32:54 -04:00 |
|
adam-m
|
0b6938d625
|
add libscalpel lib loader, native method reference and singleton for ScalpelCarver.
Adjust API to require config file
|
2013-04-11 16:23:20 -04:00 |
|
adam-m
|
4e3264daca
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
Conflicts:
ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarver.java
ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelException.java
ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/ScalpelException.java
ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/jni/ScalpelException.java
|
2013-04-11 16:20:34 -04:00 |
|
Tim McIver
|
7ccc16f21f
|
Renamed 'ScalpelCarvingModule' to 'ScalpelCarver' in
Bundle.properties.
|
2013-04-11 16:18:51 -04:00 |
|
adam-m
|
e05466c050
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
|
2013-04-11 16:18:40 -04:00 |
|
Tim McIver
|
ec1b46a210
|
Renamed 'ScalpelCarverModule' to 'ScalpelCarver'.
|
2013-04-11 16:01:55 -04:00 |
|
adam-m
|
2a0e80ce21
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
|
2013-04-11 15:47:35 -04:00 |
|
Tim McIver
|
58bb6699f6
|
Unignored suite.properties from .gitignore and added it to the
repo.
|
2013-04-11 15:47:00 -04:00 |
|
adam-m
|
6c7970d16b
|
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
|
2013-04-11 13:56:40 -04:00 |
|