Сейчас на форуме: Rio, vsv1, site-pro (+7 невидимых)

 eXeL@B —› Софт, инструменты —› Stud_PE
Посл.ответ Сообщение

Ранг: 512.7 (!), 360thx
Активность: 0.270.03
Статус: Модератор

Создано: 28 февраля 2012 01:53
· Личное сообщение · #1

почти через три года - апдейт

What's new in latest release:

2.6.0.6 - 27 feb 2012
-switched the project from vc6 to VC8; just for your information about 60 Errors and 600 warnings after project conversion; take care, those secure crt fixups drived me crazy, errors may have slept through; if so, please report and I'll try to fix them;
- unfortunatelly VC8 breaks the w95 compatibility (shlwapi.dll appears at imports due to mfc AddToRecentFileList which links that dll, not known to w95 os; aslo IsDebuggerPresent not present in w95 but linked by vc8 ...and who knows which other functins);
-fixed a gpf reported on program exit; ...more inside nfo.txt

http://www.cgsoftlabs.ro/zip/Stud_PE.zip

| Сообщение посчитали полезным: AtilkaShooter

Ранг: 85.4 (постоянный), 51thx
Активность: 0.090
Статус: Участник

Создано: 28 февраля 2012 09:27
· Личное сообщение · #2

ну и отключил бы юникод, если столько ошибок, к тому же _CRT_SECURE_NO_WARNINGS никто не отменял



Ранг: 329.6 (мудрец), 192thx
Активность: 0.140.01
Статус: Участник

Создано: 28 февраля 2012 10:14
· Личное сообщение · #3

sendersu пишет:
почти через три года - апдейт


Кстати, прекрасная программа для восстановления стыренных ресурсов в программах, защищенных Private EXE Protector. Пользуюсь ею на протяжении многих лет.



Ранг: 262.5 (наставник), 337thx
Активность: 0.340.25
Статус: Участник

Создано: 28 февраля 2012 12:27
· Личное сообщение · #4

Code:
  1. 2.6.0.6 [27 feb 2012]
  2. -switched the project from vc6 to VC8; just for your information about 60 Errors and 600 warnings
  3.   after project conversion; take care, those secure crt fixups drived me crazy, errors may have slept
  4.   through<img src="http://exelab.ruimg/smilies/s1.gif" border="0" align="" alt="">; if so, please report and I'll try to fix them.
  5. - unfortunatelly VC8 breaks the w95 compatibility (shlwapi.dll appears at imports due to mfc 
  6.   AddToRecentFileList which links that dll, not known to w95 os; aslo IsDebuggerPresent not present
  7.   in w95 but linked by vc8 ...and who knows which other functins);
  8. -fixed a gpf reported on program exit;
  9. -the dialog colour was changed due to the fact that SetDialogBkColor it's no more supported in vc8 libs.
  10. -fixed a cursor problem on older OS, the hand cursor (the one over the tabs)...flickering also 
  11.  on property pages.
  12. -updated the aboutbox;
  13. -fixed a small bug in disassembler's history;
  14. -reloc window will show in which function/data a specific relocation points("In function" column);
  15.  also it will show which data/function relocates ("Refers"); this works only if you have the
  16.  map file for a certain pe.exe (pe.map present in the same dir as pe.exe); should work on
  17.  32bit and will be fixed for 64 as soon as I'll have a map sample for a 64bit file;
  18. -fixed a small bug in Disassembler's hex column, not showing full OPcode hex data.
  19. -added support for showing imported functions for 64bit apps; also did some small changes in there
  20.  like notifying about bound imports if FirstThunk is choosed; fixed a bug related to splitter for
  21.  imports window;
  22. - fixed a small bug in TLS window, not showing correctly the number of TLS Calbacks functions 
  23.  for x64 pe targets;

Весьма маленькие изменения для 3х лет разработки



Ранг: 281.8 (наставник), 272thx
Активность: 0.250.01
Статус: Участник
Destroyer of protectors

Создано: 29 февраля 2012 04:24
· Личное сообщение · #5

у аффтара нет времени, скажите спасибо, что хоть что-то сделал, а мог бы просто забить.



Ранг: 189.9 (ветеран), 334thx
Активность: 0.30
Статус: Участник

Создано: 12 марта 2012 17:38
· Личное сообщение · #6

2.6.0.7
2012-03-11

- added support for drag&drop under w7,vista on 64bit OS's; there is a bug with "x86" in IShellLink::GetPath for 32bit app running on 64bit OS;
- bugfix in hexeditor; when exploring large pe sections/data (MB), at the end of the VScoll, the program was stuck in an endless paint;
- fixed 3 bugs reported by snailz; unhandled situations when no pe file was loaded;
- fixed a security issue, related to the size of import/export functions' names; "The vulnerability is caused due to a boundary error when parsing the names of functions exported by an analysed portable executable. This can be exploited to cause a stack-based buffer overflow by tricking a user into processing a specially crafted ".dll" or ".exe" file." (secunia.com/advisories/39130)
- found some import's names with the lenght greater than 500 chars! see adobe CS5, the imports from the boost libs; fixed the buffers to support such situations aaaand...
- it seems that TLS dir size is ignored by windows, so let Stud_Pe buttons enabled on 0 size image data dirs; (waleedassar.blogspot.com/2012/03/ollydbg-v201-and-tls-callbacks.html)




Ранг: 81.5 (постоянный), 5thx
Активность: 0.080
Статус: Участник

Создано: 12 марта 2012 20:53
· Личное сообщение · #7

С офсайта уже качается версия 2.6.0.8 - в новостях на сайте об этом не указано, поэтому какие изменения не знаю.




Ранг: 74.4 (постоянный), 76thx
Активность: 0.050.1
Статус: Участник

Создано: 12 марта 2012 21:09
· Личное сообщение · #8

v 2.6.0.8 [12 mar 2012]
-added back, the support for w95; added installer;
-fixed the cursor not showing over rollup control and "Plugins" menu not showing on on w9x;




Ранг: 76.9 (постоянный), 116thx
Активность: 0.060
Статус: Участник

Создано: 16 апреля 2012 11:15
· Личное сообщение · #9

Stud_PE 2.6.0.9 [2012-04-15]

Changelog:
-dos->header->ep will disassemble the dos stub the disassembler will switch to 16bit mode if the pointer is inside the dos stub;
-some fixes introduced after 2606 (unhandled exceptions when parsing some imports/exports dirs), also in resources tab; (thanks STRELiTZIA, waliedassar)

Download:
http://www.cgsoftlabs.ro/zip/Stud_PE.zip



Ранг: 281.8 (наставник), 272thx
Активность: 0.250.01
Статус: Участник
Destroyer of protectors

Создано: 10 июля 2012 18:08
· Личное сообщение · #10

Stud_PE v. 2.6.1.0 (02.06.2012)

Code:
  1. -when using Analyze on Sections tab, it will show if bound import dir lies inside teh space between last section's
  2. header and beginning of the first section; when adding new section, the bound dir can be overwritten so you
  3. may nop the bound imports dir to make the new exe working;
  4. -fixed dialogex (a type of dialogs) popping up always when decompile resource flag was set; associated now
  5.  with "create dialogs from rsrc" checkbox;
  6. -more dialogs can be created (via InitModalIndirect) when browsing PE dialogs in resources tab; however we can't
  7.  show menus since those are hardcoded inside dlgtemplate and loaded at dlg creation time from hmodule
  8.  from where we call; some other controls like richedit are not shown since this requires additional init and we
  9.  don't handle that;
  10. -changes in the reloc parser; relocations are followed now while(SizeOfBlock != 0) instead of VirtualAddress;
  11.  first chunk in reloc sec, IMAGE_BASE_RELOCATION.VirtualAddress==0 (beep.sys on XP);
  12. -added Optionalheader.DllCharacteristic flags modifier;


>>> DOWNLOAD <<<

| Сообщение посчитали полезным: t0ShA, vnekrilov, plutos
 eXeL@B —› Софт, инструменты —› Stud_PE
:: Ваш ответ
Жирный  Курсив  Подчеркнутый  Перечеркнутый  {mpf5}  Код  Вставить ссылку 
:s1: :s2: :s3: :s4: :s5: :s6: :s7: :s8: :s9: :s10: :s11: :s12: :s13: :s14: :s15: :s16:


Максимальный размер аттача: 500KB.
Ваш логин: german1505 » Выход » ЛС
   Для печати Для печати