Mr. eXoDia
|
e5c18df86f
|
DBG: renamed filereader to filehelper
|
2015-08-16 00:38:14 +02:00 |
Mr. eXoDia
|
d0ed3a7c96
|
GUI: added appearance options for the log view
|
2015-08-16 00:37:39 +02:00 |
Mr. eXoDia
|
2232138e84
|
DBG: fixed some stuff in controlflowanalysis
|
2015-08-16 00:36:55 +02:00 |
Mr. eXoDia
|
9992a0e90c
|
DBG: added support for flags in the scriptapi
|
2015-08-15 21:09:19 +02:00 |
Mr. eXoDia
|
61579618b8
|
DBG: added software + hardware breakpoints to the scriptapi
|
2015-08-15 20:50:12 +02:00 |
Mr. eXoDia
|
c6c49c8102
|
GUI: fixed a bug with the TimeWastedCounter (it would flicker the menus), just moved it to another place + removed the status bar size handle (for better looks when not maximized)
|
2015-08-15 13:19:44 +02:00 |
Mr. eXoDia
|
2d670c14ea
|
DBG: added 'push' and 'pop' commands
|
2015-08-14 17:21:22 +02:00 |
Mr. eXoDia
|
b3e3a340ca
|
DBG: fixed a bug in the Script::Stack
|
2015-08-14 17:17:07 +02:00 |
Mr. eXoDia
|
fd044407a7
|
GUI: added a very simple entropy graph in the dump (selection), memory map (page) and symbol view (file)
|
2015-08-14 02:17:46 +02:00 |
Mr. eXoDia
|
0c80b46056
|
GUI: fixed a warning with compiling
|
2015-08-14 02:17:08 +02:00 |
Mr. eXoDia
|
b90c2c56d0
|
GUI: resolved issue #364 (both discussed issues are resolved even) + solved a similar issue in the calculator dialog (open -> type value -> close -> open gets the wrong result)
|
2015-08-14 00:12:57 +02:00 |
Mr. eXoDia
|
9ad616a546
|
GUI: resolved issue #358 (feature requests for search in the SearchListView), added a menu item that makes the search bar flicker with a red border three times
|
2015-08-13 15:31:28 +02:00 |
Mr. eXoDia
|
cd6c113b0f
|
DBG+GUI: some formatting...
|
2015-08-13 15:29:38 +02:00 |
Mr. eXoDia
|
9340cb45a8
|
BRIDGE: removed a pointless call to settings.GetValue
|
2015-08-13 15:28:33 +02:00 |
Mr. eXoDia
|
61fa77d3ac
|
DBG + GUI: don't try to set breakpoints on invalid TLS callbacks + added time wasted counter + added version number in menu bar
|
2015-08-08 15:55:59 +02:00 |
Mr. eXoDia
|
f0565fb57b
|
DBG: section enumeration now actually works :D
|
2015-08-02 19:53:01 +02:00 |
Mr. eXoDia
|
11921963d9
|
DBG+BRIDGE: fixed a small buffer overrun bug and also fixed a warning with signed/unsigned comparison
|
2015-08-02 19:17:17 +02:00 |
Mr. eXoDia
|
4c313061cf
|
DBG: fixed a bug in the module enumeration function + better readable ListInfo (now you can use ListOf(ModuleInfo) instead of ListInfo*)
|
2015-08-02 19:06:51 +02:00 |
Mr. eXoDia
|
11affdd5f0
|
DBG: resolved issue #355 (truncated strings in disassembly and with string search)
|
2015-08-02 18:13:55 +02:00 |
Mr. eXoDia
|
eac21d6a3b
|
DBG: better callstack (soon fixing #301) + added some functions in memory.cpp
|
2015-07-31 20:11:55 +02:00 |
Mr. eXoDia
|
6a269202c3
|
DBG: resolved issue #343 (portable symbol path with custom behavior)
|
2015-07-31 19:56:51 +02:00 |
Mr. eXoDia
|
5ef020dcbd
|
DBG: updated the capstone wrapper for const-correctness
|
2015-07-31 19:47:35 +02:00 |
Mr. eXoDia
|
3d9e397534
|
DBG: resolved issue #352 (x64dbg should now work properly with network paths)
|
2015-07-30 18:50:39 +02:00 |
Mr. eXoDia
|
f3ad2bc8b5
|
DBG: extended script api with module and section enumeration functions
|
2015-07-23 19:26:18 +02:00 |
Mr. eXoDia
|
c567996372
|
GUI: Added follow DWORD/QWORD in Dump in the CPUDump
|
2015-07-23 17:04:08 +02:00 |
Mr. eXoDia
|
f4970331e9
|
PROJECT: removed the 'fix' for paths with spaces in them (didn't work when I tried)
|
2015-07-23 16:43:20 +02:00 |
Duncan Ogilvie
|
96efa54262
|
Merge pull request #346 from fileoffset/master
Adding const-ness to various, and fixing potential mem leak with BPState
|
2015-07-21 17:25:38 +02:00 |
fileoffset
|
f041498bd7
|
Fixing fix of bug #340. strncpy_s was copying maxlen instead of actual len.
|
2015-07-20 22:48:07 +10:00 |
fileoffset
|
9f417d445c
|
Fixing bug #345, register window not updating until keypress
|
2015-07-20 21:15:40 +10:00 |
fileoffset
|
756b08035d
|
Removing const from write()
|
2015-07-20 19:20:15 +10:00 |
fileoffset
|
d071625dc0
|
Adding const-ness to various, and fixing potential mem leak with BPState
|
2015-07-19 12:47:40 +10:00 |
Nukem
|
a7e63d3b7c
|
Merge pull request #344 from fileoffset/master
afxres.h doesnt always exist on system (if you dont have MFC installed)
|
2015-07-18 22:23:43 -04:00 |
fileoffset
|
434a4c08df
|
Local search to global for windows.h
|
2015-07-19 12:06:16 +10:00 |
fileoffset
|
492c74c8e5
|
Fixes issues I had with paths, and also allows for installing project to a
path with spaces in the name
|
2015-07-18 12:35:11 +10:00 |
fileoffset
|
f6a5bbced7
|
afxres.h doesnt always exist on system (if you dont have MFC installed)
using windows.h instead works
|
2015-07-18 12:13:42 +10:00 |
Nukem
|
69c8847f8e
|
DBG: Minor code changes
|
2015-07-17 21:05:35 -04:00 |
Nukem
|
12c6013fd0
|
DBG: Use module exports in FunctionPass
|
2015-07-17 21:05:19 -04:00 |
Nukem
|
8016b3973a
|
DBG: Fix visual bug in reference view init
|
2015-07-17 21:04:03 -04:00 |
Mr. eXoDia
|
1db2703276
|
BRIDGE+PROJECT: added bridgelist.h (initial state)
|
2015-07-18 02:13:54 +02:00 |
Mr. eXoDia
|
e7d46eb214
|
DBG: close the handle when it is no longer needed
|
2015-07-18 01:07:24 +02:00 |
Mr. eXoDia
|
8099747390
|
'fixed' some weird bugs
|
2015-07-18 01:04:03 +02:00 |
Nukem
|
d883ae820d
|
DBG: Fix more ReSharper warnings
|
2015-07-17 02:46:25 -04:00 |
Nukem
|
9d67cb9a66
|
DBG: _WIN32_WINNT -> WinXP (0x501)
|
2015-07-17 02:27:01 -04:00 |
Nukem
|
9d5860d1e1
|
DBG: Win8.1 kernel bug appears to be fixed
|
2015-07-17 01:22:20 -04:00 |
Nukem
|
f395530cf0
|
DBG: Win32 HANDLE -> Handle class
|
2015-07-16 23:48:28 -04:00 |
Nukem
|
d1ada48fc5
|
DBG: Specialize templates for class pointers in dynamicptr
|
2015-07-16 20:36:50 -04:00 |
Nukem
|
341df8b867
|
DBG: RemoteMemberPtr to avoid reading/caching entire structures
|
2015-07-16 04:04:22 -04:00 |
Nukem
|
9f048239d7
|
DBG: Update RemotePtr/Use RemotePtr in ThreadGetLastErrorTEB
|
2015-07-16 02:11:28 -04:00 |
Nukem
|
1706f169eb
|
DBG: Add RPC server exceptions + fix warnings
|
2015-07-16 01:20:46 -04:00 |
Nukem
|
1eac42ef99
|
DBG: Reuse StackEntryFromFrame in stackinfo.cpp
|
2015-07-16 01:06:04 -04:00 |