ghidorahrex
3872904b3a
Merge remote-tracking branch
...
'origin/GT-3451_dev747368_PR-1403_agatti_iso9660fixes'
Fixes #1403
2020-01-15 09:53:36 -05:00
Alessandro Gatti
42b4e6653b
Display proper volume descriptor timestamp.
2020-01-14 19:43:55 +01:00
Ryan Kurtz
b487ce7eba
Improved documentation of ByteProvider classes
2020-01-09 08:58:37 -05:00
Alessandro Gatti
cfba0064f6
Show the right date in ISO9660 entry info dialogs.
2019-12-31 18:35:01 +01:00
dev747368
e5a59b9def
GT-3400 Fix divide by zero in Ext4FileSystem, charset also. #1342
...
Value read from disk was being used to calculate another value without
being validated first.
Also tweaked charset usage.
Fixes github issue #1342 .
2019-12-16 12:08:23 -05:00
Ryan Kurtz
047c783dc0
Merge remote-tracking branch 'origin/GT-2330_dev747368_crushed_png'
2019-12-09 08:00:06 -05:00
dev747368
85bf0f7658
GT-2330 fix crushed png issue
...
Was missing a line of code from the original .c file that moved the
current "pointer".
2019-12-06 14:24:03 -05:00
Ryan Kurtz
8f00152601
GT-3350: Consistently ordered classpath and ExtensionPoint priorities
2019-12-03 10:04:56 -05:00
ghidravore
5c6b32714c
Changes to the GTree code to improve performance. Completely changed
...
GTreeNode base implementations and filtering code.
2019-10-23 15:45:00 -04:00
ghidra1
309254d15f
Merge remote-tracking branch 'origin/GT-2658_dev747368_JAAS_server_auth'
2019-09-06 15:59:11 -04:00
dev747368
eff84e30d6
GT-2658 JAAS tweaks, javadoc, docs.
2019-09-05 12:59:49 -04:00
Ryan Kurtz
4143fd502a
GT-3114: Cleaning up JAD-related logging ( closes #701 ).
2019-08-27 12:00:00 -04:00
Ryan Kurtz
a86fdf4c39
Merge remote-tracking branch 'origin/GT-3063_dev747368_sevenzip_filesystem'
2019-08-08 13:25:24 -04:00
dev747368
52907cf3a7
GT-3063 sevenzip file system, code review fixes
2019-08-07 18:26:46 -04:00
ghidravore
33c5feac44
GT-3064 fixing importing to be cancellable
2019-08-07 14:39:27 -04:00
dev747368
97f484fe8d
GT-3063 - fix sevenzip fs data dup and extreme slowness
...
File data would be duplicated, and was using slow method to extract
data.
2019-08-05 16:43:26 -04:00
ghidravore
a8934fbd95
more changes for filebytes
2019-07-17 18:30:32 -04:00
Ryan Kurtz
7617f30756
GT-2845: Removing MemoryConflictHandler.
2019-07-16 14:08:25 -04:00
Ryan Kurtz
7e5252f6c7
GT-2845: updated Mach-O, DYLD, Prelink loaders to utilize FilesBytes.
2019-07-16 13:16:31 -04:00
Ryan Kurtz
cafbb77db0
Merge remote-tracking branch 'origin/GT-2926_dev747368_DmgClientFileSystem'
2019-06-17 10:54:28 -04:00
Ryan Kurtz
4918660b00
Merge remote-tracking branch 'origin/GT-2912_dev747368_cpio_filesystem_fix'
2019-06-17 09:03:21 -04:00
dev747368
b6c8c6be2b
GT-2926 remove special case matching for zlib headers in DMG filesystem
...
(#583 ).
Some pre-mac appstore DMGs contained zlib compressed payloads. The
naive check for zlib enabled the DMG file system to catch those cases,
at the expense of false positives for other zlib content.
This commit stops the DMG file system from claiming zlib formatted
files.
Also fix unreleased filehandle in DmgDecryptorStream
2019-06-14 12:12:57 -04:00
dev747368
56a53cb7f7
GT-2912 - fix CPIO filesystem infinite loop when opening bad file.
...
Also improve "getinfo" to show info elements that it should have been
showing but were lost.
2019-06-13 13:53:02 -04:00
Ryan Kurtz
b8f042da80
GT-2343: New DYLD shared cache loader.
2019-06-04 08:47:51 -04:00
Ryan Kurtz
fb2a4a0363
Merge remote-tracking branch 'origin/patch'
2019-05-23 07:58:38 -04:00
Ryan Kurtz
e2996ccd3c
GT-2887: Fixing iOS DYLD file system disk space issue.
2019-05-22 14:14:34 -04:00
ghidravore
45222ad4d3
Merge remote-tracking branch
...
'origin/dev747368_GT-2698_hostile_html_whack_a_mole_UI_stuff'
Conflicts:
Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/analysis/AnalysisPanel.java
2019-05-02 14:24:37 -04:00
ghidravore
ae8e6302f3
a few more gradle tweaks
2019-04-29 15:48:35 -04:00
ghidra1
1cae5552f6
Merge branch 'patch'
...
Conflicts:
gradleScripts/distribution.gradle
2019-04-25 17:32:19 -04:00
ghidra1
c1696097f8
Added missing IP to FileFormats
2019-04-25 16:03:43 -04:00
ghidra1
3f10dd81fb
Added missing IP for dexlib-1.4.0.jar
2019-04-25 14:02:33 -04:00
ghidravore
29e6df1c38
Merge remote-tracking branch 'origin/gt-2758_dev747368_zipfilesystem_npe'
2019-04-24 18:06:35 -04:00
dev747368
e0c25b0590
GT-2698 refactor UI elements to lock down HTML rendering
2019-04-23 17:04:51 -04:00
ghidravore
f1e50fb079
Major refactoring of the gradle build system.
2019-04-23 15:20:26 -04:00
GhidraKnight
985d76bf3c
GT-2767 (GitHub 426) batch import APKs
2019-04-19 10:43:08 -04:00
dev747368
203dacdecc
GT-2758 - fix and normalize GFileSystem.getInfo()
...
Remove unnecessary boilerplate impls that returned null.
Build info string better, handle the GTree node where a sub-file system
is mounted so that both are included in the info display.
Fix missing img3 icon.
2019-04-17 13:51:47 -04:00
ghidra1
7179c6de81
GT-2667 added support for generating sleigh build.xml files
2019-03-29 17:24:31 -04:00
Dan
79d8f164f8
Candidate release of source code.
2019-03-26 13:46:51 -04:00