dragonmacher
e9540fa5c1
GT-2882 - Decompiler - Updated to set the cursor to the function
...
signature when a new function is loaded
2019-06-06 14:35:00 -04:00
Ryan Kurtz
4876b10a5a
Merge remote-tracking branch 'origin/GT-2898_ryanmkurtz_tls_callbacks'
2019-06-06 13:08:08 -04:00
Ryan Kurtz
b9bd035cd2
GT-2898: Code review fixes.
2019-06-06 12:59:43 -04:00
dragonmacher
e41e5be82c
Tests - fixed for timing issue
2019-06-06 12:12:45 -04:00
Ryan Kurtz
5e2748837b
Merge remote-tracking branch 'origin/GT-2894-dragonmacher-structure-editor-keys'
2019-06-06 11:23:36 -04:00
Ryan Kurtz
0fb0ecdf46
Merge remote-tracking branch 'origin/GT-2136-dragonmacher-program-dtm-npe'
2019-06-05 10:26:09 -04:00
dragonmacher
2f2c2ca8b0
GT-2136 - Fixed NPE in program data type manager
2019-06-05 10:01:53 -04:00
Ryan Kurtz
1bcc0b796d
GT-2898: PE TLS callback markup.
2019-06-05 09:54:23 -04:00
Robin Lambertz
96804c6c2c
[AArch64] Make the system registers volatile.
...
Currently, reads and writes to system registers do not show up in the decompilation output. Fix this by marking them as volatile.
2019-06-05 15:17:00 +02:00
Ryan Kurtz
ebce4f4b3e
Merge remote-tracking branch 'origin/GT-2849_ghizard_Remove_out_of_place_demangler_from_PeLoader'
2019-06-05 07:51:37 -04:00
Ryan Kurtz
08dbf35254
Merge remote-tracking branch 'origin/GT-2828_GhidorahRex_PR-346_ahroach_AVR8_add_ISA_manual_index_file'
2019-06-04 12:52:38 -04:00
GhidorahRex
da4b11981d
GT-2828: Accepting pull request
...
Pulled-from: Austin Roach <ahroach@gmail.com>
2019-06-04 12:49:44 -04:00
Ryan Kurtz
ba2226a239
Merge remote-tracking branch 'origin/GT-2896_ryanmkurtz_PR-649_bonbom1_update8051'
2019-06-04 12:12:31 -04:00
ghizard
661a38d7b4
GT-2849 Remove demangler and type laying from PeLoader.processExports
2019-06-04 09:20:44 -04:00
Philip Pemberton
a4c4b5f7c7
Add noddy definition of the TEQ<cc>P instruction.
...
Note that this doesn't take into account the subtleties of what TEQP
does -- for more information on this, see
https://www.heyrick.co.uk/armwiki/The_Status_register#Legacy_processors_.2826_bit.29
It will, however, stop Ghidra from completely freaking out when it sees
this instruction in old RISC OS 26bit-PC code.
TODO, make this behave (in SLEIGH) like a PSR update (MSR CPSR, ...) but
note that the PSR bit order is different to the 26bit ARM PSR so fudging
will be needed.
2019-06-04 14:20:31 +01:00
Ryan Kurtz
a9d50254d2
GT-2896 ( closes #649 ): Certified.
...
Pulled-from: Tommi <tommi.karppa@gmail.com>
2019-06-04 09:12:43 -04:00
Ryan Kurtz
67198eb40f
Merge branch 'GT-2343_ryanmkurtz_DYLD-loader'
2019-06-04 08:49:45 -04:00
Ryan Kurtz
b8f042da80
GT-2343: New DYLD shared cache loader.
2019-06-04 08:47:51 -04:00
dragonmacher
9737653be6
GT-2894 - Key Bindings - review fixes
2019-06-03 17:44:44 -04:00
dragonmacher
26acaa78eb
Tests - Function Graph - added code for timing issues
2019-06-03 15:49:30 -04:00
ghidra1
c12bc7b91c
GT-2741 added ELF program properties to remember original image base and
...
prelinked condition
2019-06-03 14:07:07 -04:00
ghidra1
25894ff9ae
Merge remote-tracking branch 'origin/GT-2685_ghidra1_ServerChanges'
2019-06-03 11:33:21 -04:00
Ryan Kurtz
f3a7cb0490
Merge remote-tracking branch 'origin/GT-2891-dragonmacher-optiondialog-to-swing'
2019-06-03 08:12:11 -04:00
Tommi
981c283a54
Update Update8051.java
2019-06-02 23:39:27 +03:00
Tommi
ad5534a7cb
Update Update8051.java
...
flaw in logic
2019-06-02 23:16:51 +03:00
ghidra1
5c1127b085
GT-2685 minor text revisions
2019-05-31 17:51:11 -04:00
dragonmacher
28c5218f18
GT-2894 - Key Bindings - fixed bug in Structure Editor that prevented
...
toolbar action keybinding from working; updated all keybindings to work
with focus in text components when the binding is modified, as long as
the component does itself not have an action registered for that binding
2019-05-31 17:35:01 -04:00
Ryan Kurtz
73f3b83bc3
Merge branch 'GT-2827_ryanmkurtz_PR-418_0x6d696368_peloader-alignment'
2019-05-31 15:08:33 -04:00
Ryan Kurtz
db4b8e1c19
GT-2827 ( closes #418 , closes #327 ): More tweaks to PeLoader memory block
...
size.
Pulled-from: 0x6d696368 <>
2019-05-31 15:06:09 -04:00
ghidra1
17bb619048
GT-2685 Improved Ghidra Server interface binding and remote address
...
identification. Minor fixes to database cleanup and project conversion.
2019-05-31 12:55:51 -04:00
Ryan Kurtz
272ed4e1cb
Merge remote-tracking branch 'origin/GT-2892-dragonmacher-default-column-value-sorting'
2019-05-31 07:51:17 -04:00
dragonmacher
7c45b684b5
Tests - added code for timing issue with incremental table models
2019-05-30 17:53:40 -04:00
dragonmacher
2df2963f09
GT-2892 - Tables - updated default sorting to use the column's rendered
...
value when possible
2019-05-30 15:51:16 -04:00
Marcus Comstedt
45cfc3cfc2
Add processor implementation for 8048 (MCS-48)
2019-05-30 19:34:44 +02:00
dragonmacher
7bc4d9e381
GT-2891 - Option Dialog - Updated to not build components off the Swing
...
thread
2019-05-30 08:44:35 -04:00
Ryan Kurtz
e883885687
Merge remote-tracking branch 'origin/dragonmacher-class-seacher-cleanup'
2019-05-30 08:07:38 -04:00
dragonmacher
1162b27c04
Tests - fixed timing issue
2019-05-29 17:37:07 -04:00
dragonmacher
ff7759166b
Tests - fix for timing issue; fixed potential deadlock in TaskDialog
2019-05-29 14:45:39 -04:00
dragonmacher
42748eb47e
GT-2872 - Search - test fixes
2019-05-29 12:03:14 -04:00
dragonmacher
8c87e3fc23
GT-2872 - Search - review fixes
2019-05-29 12:03:13 -04:00
dragonmacher
8a7a58a297
GT-2872 - Search - review fixes
2019-05-29 12:03:12 -04:00
dragonmacher
96788aa7fc
GT-2872 - Search - updated the search dialog to show itself during a
...
'repeat' search if the task monitor is needed; updated the progress of
the memory search to show progress
2019-05-29 12:03:11 -04:00
Ryan Kurtz
bf0e7792c0
Merge remote-tracking branch 'origin/patch'
2019-05-29 09:24:25 -04:00
Ryan Kurtz
90ec8fe3af
GT-2890: Fixed AddressOutOfBoundsException in EmbeddedMediaAnalyer.
2019-05-29 09:16:24 -04:00
dragonmacher
bfe89551de
Tests - fixed tests failing due to recent merges
2019-05-28 18:17:29 -04:00
ghidra1
8495cc68ee
ChainedBuffer - corrected issues related to buffer obfuscation and use
...
of source data buffer
2019-05-28 15:17:12 -04:00
Ryan Kurtz
ff273eeeda
Fixing NPE in PreviewDataTableCellRenderer.
2019-05-24 13:01:02 -04:00
Ryan Kurtz
41cdb53593
Fixing minor issue with finding old preference files in development
...
mode.
2019-05-24 13:00:19 -04:00
dragonmacher
8cdfe79def
Merge branch 'dragonmacher-task-launcher-backgrounding-update'
2019-05-23 18:26:53 -04:00
dragonmacher
a30b65bba5
Task Launcher - fixed synchronization - review fixes
2019-05-23 18:13:45 -04:00