首页
社区
课程
招聘
[转帖]OllyExt 1.8
2014-6-6 10:50 7656

[转帖]OllyExt 1.8

2014-6-6 10:50
7656
转载地址:
https://forum.tuts4you.com/files/file/715-ollyext/

27.04.2014
        - Custom patch framework implemented
        - Custom patch signature ripping

24.04.2014
        - Icon change can be turned off

13.04.2014
        - Custom caption possibility added

26.02.2014
        - NtClose has to return c0000008 fix

24.02.2014
        - Error message appears if breakpoint is in the function which one to hook ( hook will be skipped )
        - Protection will be updated if a new module loaded

12.02.2014
        - KiUserExceptionDispatcher fix
        - NtSetThreadContext fix
        - ZwContinue fix

09.02.2014
        - No active debugge in case of protection changes fix
        - Closehandle hook moved to NtClose
        - Lot of internal changes

13.01.2014
        - Ini file handling reimplemented( OllyDbg dependecy reduction )

12.01.2014
        - OS detection is completely rewritten because on 8.1 GetVersionEx is deprecated

12.01.2014
        - XED library added as JIT compiler( OllyDbg dependecy reduction )
        - Centralized debugger dependent functionalities

08.01.2014
        - Windows 8 support
        - Windows 8.1 support

07.01.2014
        - Windows Server 2012 support

06.01.2014
        - ProcessDebugObjectHandle and DebugProcessFlags was mixed up in the GUI :)

05.01.2014
        - Windows Server 2008 R2 support
        - Windows Server 2012 R2 support

02.01.2014
        - Target process memory read and write fix

12.12.2013
        - Windows Server 2003 R2 support

08.12.2013
        - NtSystemDebugControl

26.10.2013
        - Recursive code ripping fix

16.10.2013
        - CreateThread

13.10.2013
        - Version information resource added

29.09.2013
        - Code ripping newline fix
        - Data ripping VERSION 2.01  (27-Sep-2013) support

28.09.2013
        - Data ripping relocation fix

27.09.2013
        - Data ripping( because of missing PDK function ONLY 2.01 latest supported )

22.09.2013
        - Disassembler changed
        - Configurable ripping syntax
        - Recursive code ripping

17.09.2013
        - Code ripping
        - Driver protection designed out

06.07.2013
        - FindWindow register problem fixed

29.04.2013
        - Fix for "Unable to open service" under x64

16.04.2013
        - Symlink deleted in driverIOClean

11.04.2013
        - Driver suppport removed from x64 architecture
        - RDTSC

24.03.2013
        - Empty driver added

20.03.2013
        - ProcessDebugObjectHandle fixed with return NTSTATUS STATUS_PORT_NOT_SET
        - CloseHandle rewritten
        - VMProtect bypassed with these changes :)

19.03.2013
        - DbgPrompt

04.12.2012
        - NtGlobalFlag enhanced ( heaps won't contain magic numbers )

27.11.2012
        - ProtectDRX
        - HideDRX
        - ZwGetContextThread DR6, DR7 register fix

21.11.2012
        - OllyDbg 2.01 Beta 2 (Update H) support

18.11.2012
        - Process32Next parent fix
        - Process32First

17.11.2012
        - KdDebuggerNotPresent
        - KdDebuggerEnabled
        - NtSetDebugFilterState

05.11.2012
        - ZwGetContextThread
        - NtSetContextThread

23.10.2012
        - Windows XP support

22.10.2012
        - PEB search fix

21.10.2012
        - timeGetTime
        - QueryPerformanceCounter

20.10.2012
        - GetTickCount

08.10.2012
        - user32.dll unable to get remote module information error fix

05.10.2012
        - Recompiled for the newly published OllyDbg 2.01 Beta 2 (Update G)

01.10.2012
        - Kill Anti-Attach ( dll integrity check )
        - NtOpenProcess multiple csrss.exe fix
        - ParentProcess

30.09.2012
        - Hook framework rewritten
        - Remote string transfer fixed

27.09.2012
        - Process32Next

26.09.2012
        - FindWindowA
        - FindWindowExA
        - FindWindowW
        - FindWindowExW
        - NtOpenProcess
        - Lot of internal changes in order to make everything consistent

24.09.2012
        - NtQueryObject

23.09.2012
        - TerminateProcess
        - NtSetInformationThread

22.09.2012
        - ProcessDebugFlags
        - ProcessDebugObjectHandle

21.09.2012
        - SeDebugPrivilege
        - BlockInput

20.09.2012
        - CloseHandle

19.09.2012
        - OutputDebugString

18.09.2012
        - CheckRemoteDebuggerPresent

15.09.2012
        - IsDebuggerPresent
        - NtGlobalFlag
        - HeapFlag
        - ForceFlag
        - Caption change

14.09.2012
        - Initial version

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

上传的附件:
收藏
点赞0
打赏
分享
最新回复 (5)
雪    币: 272
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
AASSMM 2014-6-6 13:35
2
0
谢谢分享
雪    币: 378
活跃值: (2842)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
appview 2014-6-6 17:34
3
0
好东西,可以支持64位
雪    币: 15903
活跃值: (1095)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
killbr 2014-7-4 08:01
4
0
检测远端调试器……
雪    币: 196
活跃值: (21)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
enjon 2014-7-5 16:04
5
0
谢谢分享,用用看,辛苦了。
雪    币: 319
活跃值: (2304)
能力值: ( LV12,RANK:980 )
在线值:
发帖
回帖
粉丝
csjwaman 24 2015-5-25 10:27
6
0
这个插件使用改变窗口标题功能后HOOK了SetWindowTextA函数,导致OD退出时未能恢复而异常。
游客
登录 | 注册 方可回帖
返回