1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
Mr. eXoDia e4101a0d79 BRIDGE: no long do GuiUpdatePatches in a separate thread 2014-07-06 23:35:30 +02:00
Mr. eXoDia c2a2177bd1 DBG: no auto refresh of patches when calling MemPatch + clear patches on close 2014-07-06 23:35:08 +02:00
Mr. eXoDia 74d0b92474 DBG: support 0x prefixed numbers 2014-07-06 22:04:16 +02:00
Mr. eXoDia 9f15966307 GUI: fixed painting modified bytes width + fixed branch destination + fixed bug with tokenizing 'call rax' + fixed a bug with tokenizing immediate values 2014-07-06 21:39:47 +02:00
Mr. eXoDia cc1a3125e9 GUI: patch -> save to file is now working! 2014-07-06 21:10:39 +02:00
Mr. eXoDia d9907a9fc8 DBG: patchfile now works 2014-07-06 21:09:35 +02:00
Mr. eXoDia c64d6766c2 GUI: shortcuts for binary operations 2014-07-06 19:58:28 +02:00
Mr. eXoDia 1a3b3e57d1 GUI: update patches on opening patch dialog + do not popup change dialog on checking a patch + call patch interface 2014-07-06 19:43:15 +02:00
Mr. eXoDia 9e7040629a DBG: PatchFile interface draft 2014-07-06 19:42:09 +02:00
Mr. eXoDia 441c895cf0 DBG: apply patches on every memory change 2014-07-06 19:40:36 +02:00
Mr. eXoDia 284d078950 Merge branch 'master' into patches 2014-07-06 18:27:52 +02:00
Mr. eXoDia 5a4d8dee2b GUI: restore minimized tabled on setCurrentIndex + fixed some syntax in GotoDialog 2014-07-06 18:27:37 +02:00
Mr. eXoDia e16f0073a2 GUI: always show Patch dialog (even when minimized) 2014-07-06 18:26:53 +02:00
Mr. eXoDia b5ddd709ce GUI: added PatchDialogGroupSelector dialog (to navigate through patch groups and toggle the checked status) 2014-07-06 18:24:49 +02:00
Mr. eXoDia 8abdc33bb4 Merge branch 'master' into patches
Conflicts:
	x64_dbg_gui/Project/Src/Gui/CPUDisassembly.cpp
	x64_dbg_gui/Project/Src/Gui/CPUDisassembly.h
	x64_dbg_gui/Project/Src/Gui/CPUDump.cpp
	x64_dbg_gui/Project/Src/Gui/CPUStack.cpp
	x64_dbg_gui/Project/Src/Gui/CPUStack.h
2014-07-06 15:33:32 +02:00
Mr. eXoDia 4712566802 GUI: added Binary->Paste (Ignore Size) in Disassembly/Stack 2014-07-06 15:24:02 +02:00
Mr. eXoDia 31454f35ba GUI: refresh all views after hex edit 2014-07-06 15:20:32 +02:00
Mr. eXoDia 18806dfb75 GUI: fixed a bug in BeaTokenizer with jmp/call FAR 2014-07-06 15:20:31 +02:00
Lovro Lu 4cb0679d4d GUI: Added a new Binary menu action - Paste (Ignore Size) 2014-07-06 15:11:52 +02:00
Mr. eXoDia 3474cf6f03 GUI: automatically set dump/disasm pointer to group start when selecting a patch 2014-07-06 04:22:11 +02:00
Mr. eXoDia 9c241e8e9b GUI: added basic PatchDialog (ctrl+p) 2014-07-06 04:14:03 +02:00
Mr. eXoDia da63daf89c GUI: fixed a bug in CPUStack + added updatePatches signal 2014-07-06 04:13:36 +02:00
Mr. eXoDia 41adaf539f DBG: fixed some small bugs in restoreRange + added PatchRestore 2014-07-06 04:12:32 +02:00
Mr. eXoDia 8bef2cef39 patch list in separate thread 2014-07-06 04:11:50 +02:00
Mr. eXoDia 460489189c DBG: added GuiUpdatePatches 2014-07-05 23:12:51 +02:00
Mr. eXoDia 993a8fe988 DBG: PatchEnum function 2014-07-05 22:24:33 +02:00
Mr. eXoDia 34b09427b2 GUI: removed unused variable 2014-07-05 22:21:01 +02:00
Mr. eXoDia 5ad446451c GUI: undo selection in Disassembly/Dump/Stack 2014-07-05 22:01:46 +02:00
Mr. eXoDia 574bc468e9 DBG: restore patch range function 2014-07-05 21:55:32 +02:00
Mr. eXoDia 4529e210c9 GUI: getCharWidth in AbstractTable + display patched bytes 2014-07-05 21:41:45 +02:00
Mr. eXoDia b8754441d7 DBG: MemPatch + PatchInRange + PatchGet functions 2014-07-05 21:41:10 +02:00
mrexodia 37d1ae3c80 manifest.xml edited online with Bitbucket 2014-07-05 19:30:57 +00:00
mrexodia bb99875f8a LICENSE edited online with Bitbucket 2014-07-05 18:06:31 +00:00
mrexodia a737c246f6 LICENSE edited online with Bitbucket 2014-07-05 18:02:36 +00:00
mrexodia 8730f75f58 README.md edited online with Bitbucket 2014-07-05 17:55:35 +00:00
mrexodia ddfb7d1f2b README.md edited online with Bitbucket 2014-07-05 17:54:05 +00:00
Mr. eXoDia ad4eda86d2 DBG: added patches.cpp with simple std::map for patch storage 2014-07-05 18:29:26 +02:00
Mr. eXoDia cd8ca17568 DBG: fixed various bugs in addrinfo 2014-07-05 18:28:37 +02:00
Mr. eXoDia bb78771c70 GUI: find pattern in Dump+Stack 2014-07-05 17:12:18 +02:00
Mr. eXoDia f62c38fb97 DBG: updated 'findall' (maximum dumped occurrences = 5000) + dump data when the 3rd parameter equals '&data&' 2014-07-05 17:11:52 +02:00
Mr. eXoDia 64c2acd392 GUI: updated reference view 2014-07-05 17:11:01 +02:00
Mr. eXoDia 5bb9801527 GUI: added 'Find Pattern' context menu in disassembly 2014-07-05 16:35:39 +02:00
Mr. eXoDia 5c5efa5324 GUI: added 'Entire Block' checkbox to HexEditDialog 2014-07-05 16:35:17 +02:00
Mr. eXoDia 7631be5a66 GUI: fixed a bug in QHexEdit 2014-07-05 16:34:16 +02:00
Mr. eXoDia afdb87a884 PROJECT: updated help 2014-07-05 16:33:29 +02:00
Mr. eXoDia ec7d7c9bd1 DBG: added findall command 2014-07-05 16:33:19 +02:00
Mr. eXoDia 24915f551b GUI: added binary fill (with wildcard support) on Dump/Stack/Disassembly 2014-07-05 15:37:49 +02:00
Mr. eXoDia ed823e494b GUI: removed initial zero on the HexEditDialog 2014-07-05 15:37:22 +02:00
Mr. eXoDia 766f2fa097 GUI: updated QHexEdit 2014-07-05 15:36:45 +02:00
Mr. eXoDia 6e662f484d GUI: added binary copy + binary paste in Dump/Stack/Disassembly 2014-07-05 15:03:19 +02:00