It is currently Wed May 22, 2013 1:32 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Stud_PE
PostPosted: Wed Sep 21, 2011 10:19 pm 
Offline

Joined: Sat Mar 26, 2011 2:31 am
Posts: 646
Quote:
Stud_PE The Portable Executables Viewer/Editor (32/64 bit PE files)
view/edit PE basic Header information (DOS also):
-header structures to hexeditor;
view/edit Section Table:
- add new section;
view/edit Directory Table:
-Import/Export Table viewer;
-Import adder;
-Resource viewer/editor (save/replace ico/cur/bmp);
Pe Scanner (PEiD sig database):
-400 packers/protectors/compilers;
Task viewer/dumper/killer;
PEHeader/Binary file compare;
RVA to RAW to RVA;
Drag'nDrop shell menu integration;
Basic HexEditor;
Process regions' dumper/viewer/editor;

Image

Download here.


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Thu Sep 22, 2011 4:13 am 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2589
Portable? You must be kidding, lautrepay.

Writes ton of stuff to the registry @
HKEY_CURRENT_USER\Software\StudPE\Recent File List
HKEY_CURRENT_USER\Software\StudPE\Settings
HKEY_CLASSES_ROOT\

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Thu Sep 22, 2011 9:16 am 
Offline

Joined: Sat Mar 26, 2011 2:31 am
Posts: 646
Excuses.
@moderator: is it possible to move this thread to the Resources & Links subforum?

I am Baas wrote:
You must be kidding, lautrepay.

Are you insinuating that I disrespect the other users?


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Thu Sep 22, 2011 10:18 am 
Offline
User avatar

Joined: Sat Feb 09, 2008 9:57 am
Posts: 1995
Location: Romania
It might be portable for Win98 users:

readme wrote:
-all settings saved to ini(if win9x) registry(winNt);

_________________
The Venus Project - Imagine Our world with No Laws, No Crime, No Wars, No Prisons


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Thu Sep 22, 2011 3:12 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
lautrepay wrote:
@moderator: is it possible to move this thread to the Resources & Links subforum?

All set.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Thu Sep 22, 2011 3:32 pm 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2589
Quote:
Are you insinuating that I disrespect the other users?


No.

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Thu Sep 22, 2011 3:48 pm 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2589
webfork wrote:
lautrepay wrote:
@moderator: is it possible to move this thread to the Resources & Links subforum?

All set.

"Freeware That Are Not Portable" sub-forum seems a better choice.

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Fri Sep 23, 2011 5:57 pm 
Offline
User avatar

Joined: Sat Feb 04, 2006 9:19 am
Posts: 1878
I concur. Moved.


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Tue Feb 28, 2012 9:13 pm 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2589
Stud_PE V2.6.0.6 available (27 feb 2012):

Quote:
-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;
-the dialog colour was changed due to the fact that SetDialogBkColor it's no more supported in vc8 libs.
-fixed a cursor problem on older OS, the hand cursor (the one over the tabs)...flickering also
on property pages.
-updated the aboutbox;
-fixed a small bug in disassembler's history;
-reloc window will show in which function/data a specific relocation points("In function" column);
also it will show which data/function relocates ("Refers"); this works only if you have the
map file for a certain pe.exe (pe.map present in the same dir as pe.exe); should work on
32bit and will be fixed for 64 as soon as I'll have a map sample for a 64bit file;
-fixed a small bug in Disassembler's hex column, not showing full OPcode hex data.
-added support for showing imported functions for 64bit apps; also did some small changes in there
like notifying about bound imports if FirstThunk is choosed; fixed a bug related to splitter for
imports window;
- fixed a small bug in TLS window, not showing correctly the number of TLS Calbacks functions
for x64 pe targets;


Settings: Registry
Tested: Not Portable

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Tue Feb 28, 2012 9:15 pm 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2589
Anyone willing to create a wrapper for it? Thanks.

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Wed Feb 29, 2012 2:15 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3727
I am Baas wrote:
Anyone willing to create a wrapper for it? Thanks.

Which language AutoIt, NSIS or VBScript? NSIS will take me a little longer than AutoIt and VBScript as I only started using this a couple of days ago.

Edit: Or on second thought have a look at creating a PAF launcher [http://portableapps.com/development/portableapps.com_format] I will give it a go too, just to see how easy it is.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Wed Feb 29, 2012 3:27 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3727
OK, I've managed to create a PAF Launcher but I don't know if I'm allowed to redistribute it.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Wed Feb 29, 2012 5:16 pm 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2589
guinness wrote:
OK, I've managed to create a PAF Launcher but I don't know if I'm allowed to redistribute it.

I don't see a reason why not. PortableApps.com Launcher is released under GPL. As for the Stud_PE files... can be added by the user.

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Wed Feb 29, 2012 5:34 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3727
My only concern is I haven't wrapped it in a PAF launcher and only compressed the files to a ZIP folder, does this break the licensing?

Download: http://localhostr.com/file/WoMdH83/StudPEPortable.zip (John H, please let me know if I'm breaking your terms. Thanks.)
I'm not responsible for this launcher. Please use at your discretion.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Stud_PE
PostPosted: Wed Feb 29, 2012 5:56 pm 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2589
guinness wrote:
My only concern is I haven't wrapped it in a PAF launcher and only compressed the files to a ZIP folder, does this break the licensing?

I don't think a PAF installer is a must. They only ask developers to keep the directory structure / PortableApps.com format intact.

Thank you, guinness. I will change the Stud_PEPortable.exe icon, if you don't mind.

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group