1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
mrexodia e4b890d8c0 PROJECT: updated capstone_wrapper (should be faster now) 2016-02-12 02:01:45 +01:00
mrexodia 60bddf62d0 DBG: format code 2016-02-11 17:32:46 +01:00
mrexodia ee1ced186f updated capstone_wrapper (capstone next jan 2016) 2016-02-11 17:32:25 +01:00
Nukem e0ec0c8f41 GUI: Update dd_real/float128 2016-02-09 19:28:13 -05:00
Duncan Ogilvie d379dd0023 added waffle badge 2016-02-09 19:13:29 +01:00
mrexodia 4fff09277b DBG: fixed invalid report of "Assembled branch does not point to an executable memory region!" 2016-02-09 16:47:58 +01:00
Nukem bc9c05537f DBG: More header guards 2016-01-24 18:49:14 -05:00
Nukem d30d34835f DBG: Start normalizing header guards 2016-01-24 18:41:59 -05:00
Nukem dd7e3cfa85 DBG: Implement most functions for exception handlers (SEH missing) 2016-01-24 18:38:46 -05:00
Nukem 92ae0058c6 DBG: MemDecodePointer (RtlDecodePointer) 2016-01-24 17:18:29 -05:00
mrexodia dbbf01e963 DBG: updated Scylla (it will now automatically use CIP as the entry point which is almost always what you expect) 2016-01-21 02:33:14 +01:00
Nukem 4464b2be26 DBG: Allow GUI to initialize once if no debug events are selected 2016-01-18 23:42:20 -05:00
mrexodia 62c6408007 GUI: code formatting (newlines) 2016-01-19 04:09:57 +01:00
mrexodia 81117392ec DBG: merged threadDebugLoop and threadAttachLoop in one function to prevent bugs 2016-01-19 04:09:00 +01:00
Duncan Ogilvie 1206486ec8 changed misleading error message (issue #504) 2016-01-14 15:18:15 +01:00
Nukem b5e45bb1af DBG: Fix #502 (patching files w/ readonly flag) 2016-01-14 01:05:39 -05:00
Nukem 9c897e58ab GUI: Support 17 digit precision and exponents -4931 to 4932 in FPU 2016-01-13 19:39:28 -05:00
Nukem c3b6c470ee GUI: Handle standard/scientific notation. Exponents > 308 are bugged.
Replacement for Float128 pending.
2016-01-12 23:28:55 -05:00
Nukem d550d3e264 DBG: Missing GetLastError code 2016-01-12 16:54:07 -05:00
Nukem 6fc3258f01 GUI: Implement ToLongDoubleString 2016-01-12 16:26:09 -05:00
Nukem f0fc15c96b GUI: Add float128 support library (dd_real) 2016-01-12 16:15:26 -05:00
mrexodia c53f5b5d6c DBG: start of symbol enumeration function 2016-01-12 04:09:07 +01:00
mrexodia 5ffe220a8d GUI: floating pointer to string conversion functions in StringUtil.h 2016-01-12 04:09:06 +01:00
mrexodia fcbdf27c55 DBG: shit with label 2016-01-12 04:09:05 +01:00
Nukem 4d1245c046 GUI: if() -> switch() in RegistersView 2016-01-11 19:11:45 -05:00
mrexodia b69ef83e01 DBG: improved Script:: Bookmark/Comment/Function/Label functions 2016-01-11 23:00:10 +01:00
Nukem 38324960cd GUI: Fix shortcuts when using SearchListView 2016-01-10 19:39:22 -05:00
Nukem 0aad694d92 GUI: Refactor SearchListView to use setFocusProxy instead 2016-01-10 02:29:15 -05:00
mrexodia e1dfb0c813 DBG: fixed #ifndef 2016-01-08 16:30:58 +01:00
mrexodia 152816542f DBG+GUI+BRIDGE: fixed all kinds of small errors (thanks to coverity!) 2016-01-08 10:49:02 +01:00
Nukem 140f33441a DBG: Fix deleted submodule link 2016-01-07 16:37:13 -05:00
mrexodia 2dec765e3e PROJECT: fixed capstone_wrapper submodule (lol fail) 2016-01-07 17:08:28 +01:00
mrexodia 63c3101f38 PROJECT: capstone_wrapper as a submodule 2016-01-07 17:06:30 +01:00
mrexodia 83e164e4ac DBG: small fixes in controlflowanalysis 2016-01-07 17:04:26 +01:00
mrexodia ba9973fe93 DBG: fixed a bug in the command parser accepting invalid commands (discovered because of issue #412) 2016-01-07 15:54:22 +01:00
mrexodia 283610894d DBG: fixed a bug with isInstructionPointingToExMemory flagging every non-branch instruction incorrectly 2016-01-07 15:29:27 +01:00
mrexodia 61f7b4b38a GUI: fixed more bugs with UpdateChecker 2016-01-07 13:24:55 +01:00
Duncan Ogilvie b3e0aa647d Merge pull request #494 from x64dbg/gui_scriptoption
looks great!
2016-01-07 13:21:32 +01:00
mrexodia e5e0411ec3 GUI: fixed a bug in SearchListView where events were not correctly forwarded to QWidget::eventFilter (effectively disabling anything) 2016-01-07 12:09:53 +01:00
mrexodia a9ba9f79c4 DBG: filter more `string' symbols 2016-01-07 12:09:20 +01:00
mrexodia ce7a77a093 DBG: extended the scriptapi to support Get/Set/Delete/Enum/Whatever for labels/comments/bookmarks/functions 2016-01-07 11:51:20 +01:00
mrexodia 20e0803ad4 GUI: fixed warning message box to look nice + fixed a bug in UpdateChecker 2016-01-07 09:47:57 +01:00
mrexodia 0219efa6b0 DBG: fixed annoying behaviour in assembleat with moaning about pointers to non-executable regions. now it will only warn you if you assemble a branch (call/jmp) that goes directly to a non-executable memory region. 2016-01-07 09:44:02 +01:00
mrexodia 01a7c1eea3 GUI: updated UpdateChecker that checks for the latest snapshots instead of the deprecated version.txt 2016-01-07 09:42:48 +01:00
mrexodia 51999506b5 DBG: fixed some small bugs (thanks to ReSharper!) 2016-01-07 08:58:26 +01:00
Nukem 00a006578a GUI: Fix signal....... 2016-01-06 22:59:52 -05:00
Nukem 7b6c839a76 Merge branch 'development' of https://github.com/x64dbg/x64dbg 2016-01-06 22:39:30 -05:00
Nukem 344a830475 GUI: Finalize script selector 2016-01-06 22:36:25 -05:00
Nukem 4a0687f856 DBG/GUI: Fix typos 2016-01-06 19:14:47 -05:00
Nukem 55e69f1457 GUI: Fix small autocomplete bug 2016-01-06 16:25:18 -05:00