Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 12-31-2007, 01:12
LOUZEW's Avatar
LOUZEW LOUZEW is offline
Friend
 
Join Date: Feb 2002
Location: Britanny
Posts: 101
Rept. Given: 1
Rept. Rcvd 2 Times in 1 Post
Thanks Given: 5
Thanks Rcvd at 7 Times in 7 Posts
LOUZEW Reputation: 2
IDA or a plugin for ?

Hi, guys
there is a long time now, when trying to disassemble a proggy, i used WDASM, but from some years now i use IDA. Now i remember that in WDASM there was a usefull option "DLG Ref" who gave us references to Dialog boxes in the proggy. Moreover, thes refs was listed in the disassembly.

I have a question for you : Is there a way to have the same thing under IDA ?

Thank's, guys and have a happy new year
Reply With Quote
  #2  
Old 12-31-2007, 13:12
TQN TQN is offline
VIP
 
Join Date: Apr 2003
Location: Vietnam
Posts: 343
Rept. Given: 142
Rept. Rcvd 20 Times in 12 Posts
Thanks Given: 169
Thanks Rcvd at 130 Times in 43 Posts
TQN Reputation: 20
Search some IDA plugins of Servil, an IDA guru.
Reply With Quote
  #3  
Old 01-05-2008, 01:39
LOUZEW's Avatar
LOUZEW LOUZEW is offline
Friend
 
Join Date: Feb 2002
Location: Britanny
Posts: 101
Rept. Given: 1
Rept. Rcvd 2 Times in 1 Post
Thanks Given: 5
Thanks Rcvd at 7 Times in 7 Posts
LOUZEW Reputation: 2
IDA Plugin

Thank's for your response TQN.
Already searched for on the web in some place like idapalace, nothing. No more one from servil.
If you know a simple plugin name please PM me, i will search again !
Reply With Quote
  #4  
Old 01-05-2008, 04:17
JMI JMI is offline
Leader
 
Join Date: Jan 2002
Posts: 1,627
Rept. Given: 5
Rept. Rcvd 199 Times in 99 Posts
Thanks Given: 0
Thanks Rcvd at 96 Times in 94 Posts
JMI Reputation: 100-199 JMI Reputation: 100-199
LOUZEW:

Doing a search for: IDA plugins Servil

I get the following potentially useful hits:

http://old.idapalace.net/plugins6.html

There might be something useful here:

http://www.openrce.org/downloads/

Maybe also something useful at:

www.exetools.com/forum/showthread.php?t=7597

www.exetools.com/forum/showthread.php?t=9625

There are also Servil plugins here: http://www.wasm.ru/toollist.php?list=20

Anyway, try the search criteria I listed and you will find more.

Regards,
__________________
JMI
Reply With Quote
  #5  
Old 01-05-2008, 13:43
TQN TQN is offline
VIP
 
Join Date: Apr 2003
Location: Vietnam
Posts: 343
Rept. Given: 142
Rept. Rcvd 20 Times in 12 Posts
Thanks Given: 169
Thanks Rcvd at 130 Times in 43 Posts
TQN Reputation: 20
Servil's homepage: http://www.sharemation.com/servil/idaplugs/
Reply With Quote
  #6  
Old 01-05-2008, 23:24
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Are we concentrating too much on Servils plugins rather than on what Louzew is actually looking for?. I would assume the list of plugins for download from Servils website is complete, but none of them do what the poster is asking for. This is something I have always thought IDA was missing too and I have never really found a plugin or script over the years that does the job.

I'm sure I remember Servil being on here in years gone by?

Git
Reply With Quote
  #7  
Old 01-06-2008, 02:04
LOUZEW's Avatar
LOUZEW LOUZEW is offline
Friend
 
Join Date: Feb 2002
Location: Britanny
Posts: 101
Rept. Given: 1
Rept. Rcvd 2 Times in 1 Post
Thanks Given: 5
Thanks Rcvd at 7 Times in 7 Posts
LOUZEW Reputation: 2
Thank's JMI for your help but like Git said :

Quote:
Servils website is complete, but none of them do what the poster is asking for.
So, if Servil read this post, maybe he can help us. It seem Git was searching for the same thing.
Reply With Quote
  #8  
Old 01-06-2008, 03:19
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
If you wanted to try to make some IDC scripts yourself, a good starting point may be Quine's Reslib.idc and the example file strings.idc that shows how to use it. It will give you a good idea of how to parse the Resourse section. You have to remember to ask IDA to load the Resource section of the program you are studying as it is not loaded by default.

Git
Reply With Quote
  #9  
Old 01-06-2008, 03:48
Janus68
 
Posts: n/a
The script was posted on idapalace site, as far as remember, and could be hard to find, since idapalace was dead since few years. so attached here
Attached Files
File Type: zip RESLIB.ZIP (8.3 KB, 18 views)
Reply With Quote
  #10  
Old 01-06-2008, 19:47
ChupaChu's Avatar
ChupaChu ChupaChu is offline
Friend
 
Join Date: Dec 2007
Posts: 38
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 3 Times in 3 Posts
ChupaChu Reputation: 0
Hey Louzew, have you checked this plugin:
http://www.openrce.org/downloads/details/187/ida_struct

I did not use it, but short nfo says:
Quote:
idastruct is an ida plugin which aims to assist reverse engineers in identifying high-level objects and structures in binary code.

idastruct utilizes the excellent x86 emulator plugin 'ida-x86emu' by Chris Eagle and Jermey Cooper as a basis for evaluating operand values and determining references within tracked boundaries.

This results in automated creation of IDA structures, enumeration or member references, and renaming of disassembly offsets to symbolic names corresponding to the newly created structures and members in the IDA database.
Hope it helps!

BR, ChupaChu!
Reply With Quote
  #11  
Old 01-08-2008, 04:52
LOUZEW's Avatar
LOUZEW LOUZEW is offline
Friend
 
Join Date: Feb 2002
Location: Britanny
Posts: 101
Rept. Given: 1
Rept. Rcvd 2 Times in 1 Post
Thanks Given: 5
Thanks Rcvd at 7 Times in 7 Posts
LOUZEW Reputation: 2
Many thank's Git, Janus68 & ChupaChu
i'll try these ones and let you know.
If i can't find the right plugin maybe i'll learn more resources in files and try to code my own !
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IDA VB Plugin taos General Discussion 1 08-24-2013 00:13


All times are GMT +8. The time now is 20:04.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )