1
0
Fork 0
Commit Graph

4883 Commits

Author SHA1 Message Date
yjd a88c6cba72
Update MainWindow.cpp 2022-06-26 19:12:30 +08:00
yjd 7ae5647e19
Update bridgemain.h 2022-06-26 18:56:07 +08:00
yjd 858a4da5ad
Update MainWindow.cpp 2022-06-26 18:25:55 +08:00
yjd a1adafa5f6
Update MainWindow.cpp 2022-06-26 18:19:40 +08:00
yjd 5a37a7217b
Update MainWindow.cpp 2022-06-26 18:01:44 +08:00
yjd a2b0ee5e31
Update MainWindow.cpp 2022-06-26 17:32:24 +08:00
yjd 5a516430b7
Update Bridge.cpp 2022-06-26 17:19:02 +08:00
yjd 3393f5522e
Update bridgemain.cpp 2022-06-26 16:54:28 +08:00
yjd 394284113f
Update Bridge.cpp 2022-06-26 16:44:55 +08:00
yjd 6d6fb1754f
Update bridgemain.h 2022-06-26 16:43:36 +08:00
yjd 985fe44567
Update MainWindow.cpp
setFavouriteItemShortcut type 2
2022-06-26 16:23:41 +08:00
yjd 6d88b6938a
Update bridgemain.h
add GUI_SET_FAVOURITE_COMMAND
2022-06-26 14:45:05 +08:00
yjd 53e8891765
Update Bridge.cpp
add GUI_SET_FAVOURITE_COMMAND:
2022-06-26 14:18:25 +08:00
yjd 8f3c1b1685
Update bridgemain.cpp 2022-06-26 14:15:00 +08:00
yjd f24d82607a
Update bridgemain.cpp
add GuiSetFavouriteCommand
2022-06-26 14:07:27 +08:00
Duncan Ogilvie 2d18cc3bad More improvements to the StructWidget 2022-06-22 00:08:20 +02:00
Duncan Ogilvie 13f4c8919d Do not break on the load event for ntdll
This is nonsensical because the event is fake and the context doesn't match reality at this point. It is also impossible to interact with the context.
2022-06-21 15:15:18 +02:00
Duncan Ogilvie ea52c7ae26 Refresh all views after visiting a type 2022-06-21 15:13:46 +02:00
Duncan Ogilvie f37b56c18d Improve the StructWidget more (save columns, performance improvements) 2022-06-20 01:53:34 +02:00
Duncan Ogilvie b7402c2fb9 Log the thread parameter and refactor SymGetSymbolicName 2022-06-19 21:20:09 +02:00
Duncan Ogilvie 2fe1ceedec Improve type visiting
No longer create temporary labels for types without a valid pointer
Prefix pointers with struct/union for readability
2022-06-19 21:08:33 +02:00
Duncan Ogilvie f62a75953a Highlight keywords in the StructWidget 2022-06-19 21:07:01 +02:00
Duncan Ogilvie d869248e91 Add support for strings in the command bar and formatting
Closes #2882
2022-06-19 01:47:05 +02:00
Duncan Ogilvie bae4243d81 Improve TEB/Stack information in the memory map 2022-06-19 00:30:32 +02:00
Duncan Ogilvie d87675a22f Refactor the findallusermem and findallsysmem commands into findallmem 2022-06-15 19:57:55 +02:00
Duncan Ogilvie ca2a96ed5c
Merge pull request #2880 from rezaf28/development
Add "All User Modules","All System Modules" To RMB
2022-06-15 19:57:07 +02:00
Duncan Ogilvie ff8c39015a
Merge pull request #2834 from Montycarlo/add-log-color
Extra Log method for HTML
2022-06-15 16:28:37 +02:00
Josh Brown ef747733ac changed printf html to puts html 2022-06-13 04:13:56 -07:00
Duncan Ogilvie 601e2d1175 Add an option for different High DPI scaling
Closes #2884
Closes #2876
Closes #2819
Closes #492
Closes #2801
Closes #2876
2022-06-12 16:36:13 +02:00
Duncan Ogilvie 1656256f58
Merge pull request #2881 from gmh5225/Branch_fix_dpi
Using SetProcessDpiAwarenessContext instead of QTAPI on Win10 above 1703
2022-06-12 14:31:54 +02:00
gmh5225 8b74e7cc4e
Fix type 2022-06-07 19:58:15 +08:00
gmh5225 670746737d
Simplifying the code 2022-06-07 19:31:20 +08:00
gmh5225 7fe1381fc4
AStyle format 2022-06-07 18:25:51 +08:00
gmh5225 0887e68641
Fix type 2022-06-07 18:09:00 +08:00
gmh5225 0d2c5b2c91
Fix type 2022-06-07 18:06:34 +08:00
gmh5225 25ef085966
Using SetProcessDpiAwarenessContext instead of QTAPI on Win10 above 1703 2022-06-07 17:56:15 +08:00
Reza Feizi e7cfeb9555
Update x64dbg.cpp 2022-06-06 15:21:32 +04:30
Reza Feizi cad6bef879
Update reference.h 2022-06-06 15:21:11 +04:30
Reza Feizi 1f79228dc8
Update reference.cpp 2022-06-06 15:20:55 +04:30
Reza Feizi b2cebf60cb
Update cmd-searching.cpp 2022-06-06 15:17:44 +04:30
Reza Feizi f8d4559c7c
Add "All User Modules","All System Modules" To RMB 2022-06-06 08:44:04 +04:30
Josh Brown b9e503d8ef Added dprintf_args_untranslated_html which will add unescpated HTML to LogView 2022-05-27 18:36:45 -07:00
Duncan Ogilvie f451111a2b Update ldconvert (ASLR+DEP+No TLS)
Thanks to https://twitter.com/sum_catnip for pointing it out!
2022-05-25 18:38:25 +02:00
Duncan Ogilvie c7aeda7965 Print the NTSTATUS name next to the process exit code
See #2874
2022-05-18 12:35:25 +02:00
Duncan Ogilvie 101f4ae569 Add bytes to the CalculatorDialog and refactor
Thanks to @Rat431 for the idea, see #2872
2022-05-14 20:18:22 +02:00
Duncan Ogilvie d77f2d9b09 Switch to LLVMDemangle for symbol demangling
Thanks to @Khangaroo for the bug report!
2022-05-14 16:04:28 +02:00
Duncan Ogilvie ac0cf910a4 Change the order of symbol enumeration to be more natural 2022-05-14 14:38:18 +02:00
Duncan Ogilvie a031e037a4 Clarify some menu options 2022-05-14 14:38:01 +02:00
Duncan Ogilvie 89963dfc1a Improve expression function support 2022-04-11 00:56:47 +02:00
Duncan Ogilvie ba12bb6eba
Merge pull request #2857 from torusrxxx/patch000000d5
Add detach and exit to exit dialog
2022-03-26 14:09:43 +01:00