1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
Duncan Ogilvie d052aff40b WIP: option to disable ASLR 2021-11-14 21:25:29 +01:00
Duncan Ogilvie b27bd5c410
Merge pull request #2783 from Schweinepriester/patch-1
README.md: HTTP => HTTPS
2021-11-03 10:57:34 +01:00
Duncan Ogilvie f7ef67687d
Merge pull request #2778 from torusrxxx/patch000000ce
dump TEB on double clicking FS/GS register
2021-10-31 10:49:09 +01:00
Kai c2bedf4de9
README.md: HTTP => HTTPS 2021-10-31 01:38:41 +02:00
torusrxxx b07aa9abf9
dump TEB on double clicking FS/GS register 2021-10-28 19:07:45 +08:00
Duncan Ogilvie f1e5535112
Merge pull request #2772 from bjauny/use_pragma_once
Replaced include guards with pragma once
2021-10-27 19:42:25 +02:00
Duncan Ogilvie f7c2fcc89f
Merge pull request #2775 from x64dbg/fix-2774
Fix a use after free in ExpressionFunctions::Unregister
2021-10-25 12:06:45 +02:00
Duncan Ogilvie 527356f640 Fix a use after free in ExpressionFunctions::Unregister
Closes #2774
2021-10-25 10:55:22 +02:00
Bastien JAUNY 0e792293d8 Replaced include guards with pragma once 2021-10-24 11:35:18 +02:00
Duncan Ogilvie 4ee4a51e43
Merge pull request #2771 from ZehMatt/scriptapi-memoryprot
Refactor memory protection access and add new script API method
2021-10-23 16:31:27 +02:00
ζeh Matt 2c14dbb0c9
Split pages only if view requests it 2021-10-23 17:30:27 +03:00
ζeh Matt dad048647e
Use explicit size for changing memory protections and split range 2021-10-22 15:55:23 +03:00
Duncan Ogilvie b809100d47
Merge pull request #2770 from torusrxxx/patch000000cd
fix #2769
2021-10-22 13:54:54 +02:00
Duncan Ogilvie 5afd8ff24d
Merge pull request #2768 from torusrxxx/patch000000cc
minor enhancement
2021-10-22 13:54:03 +02:00
ζeh Matt 105aaa2ab7
Refactor scripting API to use new accessors 2021-10-22 14:27:28 +03:00
ζeh Matt c6da82bf7b
Refactor access to memory page protection 2021-10-22 14:26:51 +03:00
torusrxxx bb579fe509
fix #2769 2021-10-22 18:42:05 +08:00
torusrxxx cb04535d05
minor enhancement 2021-10-21 11:32:21 +08:00
Duncan Ogilvie bae7211fb8
Merge pull request #2764 from torusrxxx/patch000000cb
Secretly allow the user to mod background image
2021-10-17 01:08:24 +02:00
Duncan Ogilvie f906585fa6
Merge pull request #2763 from torusrxxx/patch000000ca
Add restart and stop debugging to exit dialog
2021-10-17 01:08:08 +02:00
torusrxxx 9c9f925021
Allow the user to mod background image in tables 2021-10-16 22:39:21 +08:00
torusrxxx b473deaa25
Add restart and stop debugging to exit dialog 2021-10-15 21:43:50 +08:00
Duncan Ogilvie 296091f6dd
Merge pull request #2762 from ZehMatt/refactor-warnings
Fix some warnings
2021-10-15 10:00:16 +02:00
Duncan Ogilvie 4af034a3e7
Merge pull request #2760 from torusrxxx/patch000000c9
Fixed a bug that overwrites last character of DBCS string with NUL
2021-10-14 21:49:33 +02:00
ζeh Matt 9fe339b902
Fix some warnings 2021-10-14 17:46:23 +03:00
torusrxxx a2459f64ab
Fixed a bug that overwrites last character of DBCS string with NUL 2021-10-14 18:15:33 +08:00
Duncan Ogilvie 4da46324a6
Merge pull request #2758 from ZehMatt/refactor-memupdate
Split MemUpdateMap into smaller functions
2021-10-14 11:34:23 +02:00
ZehMatt 5f0afc0845
Split MemUpdateMap into smaller functions 2021-10-13 22:01:16 +03:00
Duncan Ogilvie 96d2a6a745
Merge pull request #2756 from CaledoniaProject/patch-2
Enable SeDebugName privilege by default
2021-10-12 09:19:15 +02:00
CaledoniaProject 560449a7e8
Enable SeDebugName privilege by default 2021-10-12 14:49:01 +08:00
Duncan Ogilvie 379e8da30d
Merge pull request #2730 from torusrxxx/patch000000c5
More detailed description of menu actions in status bar
2021-10-11 10:19:24 +02:00
Duncan Ogilvie 555c3912f8
Merge pull request #2744 from torusrxxx/patch000000c8
set default log and command conditions
2021-10-05 00:03:51 +02:00
Duncan Ogilvie cb045065d9
Merge pull request #2740 from yunzheng/comment-label-formatfunction
DBG: add comment and label format functions
2021-10-05 00:03:24 +02:00
Duncan Ogilvie e962fa15fa
Merge pull request #2717 from thejanit0r/patch-4
Added optional flag to enable the alternative memory breakpoint (PAGE_NOACCESS)
2021-10-05 00:02:53 +02:00
Duncan Ogilvie ad8f193b90
Merge pull request #2743 from torusrxxx/patch000000c7
don't copy html if more than 2048 lines are selected
2021-10-04 16:53:37 +02:00
Yun Zheng Hu fe77dbb6db DBG: AStyle formatfunctions.cpp 2021-10-02 20:07:28 +02:00
torusrxxx 407a038b9a
Add more complete menu action documentation to main window 2021-10-02 17:27:05 +08:00
torusrxxx 220ba9a7d1
set default log and command conditions 2021-10-01 17:46:26 +08:00
torusrxxx 36a7fba118
don't copy html if more than 2048 lines are selected 2021-10-01 17:24:31 +08:00
Yun Zheng Hu bf7a9d2f32 DBG: add comment and label format functions 2021-09-28 13:42:58 +02:00
torusrxxx 61507831bb
Add more tool tips to main window 2021-09-20 12:10:54 +08:00
Duncan Ogilvie 50bbdda757
Merge pull request #2731 from torusrxxx/patch000000c6
Preview the assembled bytes in assemble dialog
2021-09-18 22:32:55 +02:00
torusrxxx 81a761417b
Remove Qt 5.9 function 2021-09-14 17:58:31 +08:00
torusrxxx cc34d7c42f
Preview the assembled bytes in assemble dialog 2021-09-14 17:23:03 +08:00
Duncan Ogilvie 969e36ff5b
Merge pull request #2722 from Mattiwatti/dont-delete-default-except-filter
Don't delete 'unknown exceptions' filter in settings dialog
2021-09-13 13:33:56 +02:00
torusrxxx b31cf786cb
Remove Incr/Decr/Incr 8/Decr 8/Set 1/Zero/Push/Pop menu actions because they are used less frequently 2021-09-13 18:05:59 +08:00
torusrxxx 51d92b3b56
More detailed description of menu actions in status bar + about Qt 2021-09-13 17:25:33 +08:00
Duncan Ogilvie c113a6ae1c
Merge pull request #2693 from torusrxxx/patch000000c4
Don't clear filter on list refresh (#2317)+ fix icon table text overflow
2021-09-12 12:02:25 +02:00
torusrxxx 19811d0357
Clean up copy menu that is already added by the list view itself 2021-09-12 12:21:12 +08:00
torusrxxx f55c0158f7
Merge branch 'development' into patch000000c4 2021-09-12 11:33:33 +08:00