Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-04-2004, 06:06
skyper
 
Posts: n/a
Question 2 questions (IDA / Windows 2k/2k3)

Hello All,

My first question is about IDA, why does it disassemble winsock exports in ordinals like:

call WSOCK32_51

instead of its name, like this:

call gethostbyaddr

is there any way to get it to show like the last one i showed without renaming manually all of them ?

second question, can i use windowsupdate to update win2k/win2k3 ? considering my version is pirated, maybe it will block me form using the OS like it did with XP iirc, i know that win98 can be updated with windowsupdate with no problem, but i need to know about 2k/2k3

thank you for your attention
skyper
Reply With Quote
  #2  
Old 04-04-2004, 14:39
_Servil_ _Servil_ is offline
VIP
 
Join Date: Jan 2002
Posts: 171
Rept. Given: 57
Rept. Rcvd 12 Times in 2 Posts
Thanks Given: 78
Thanks Rcvd at 27 Times in 13 Posts
_Servil_ Reputation: 12
if you not sure use corporateupdate.
__________________
_Servil_
SemtekSoft Corporation, Inc.
Reply With Quote
  #3  
Old 04-04-2004, 15:56
WhoCares's Avatar
WhoCares WhoCares is offline
who cares
 
Join Date: Jan 2002
Location: Here
Posts: 409
Rept. Given: 10
Rept. Rcvd 16 Times in 14 Posts
Thanks Given: 41
Thanks Rcvd at 155 Times in 61 Posts
WhoCares Reputation: 17
The keygens for Windows XP and Windows 2003 VLK are out
M$ short ECC private keys are broken.
I don't have this keygen, please don't ask me for it.
Attached Images
File Type: gif allkey.gif (20.1 KB, 127 views)
__________________
AKA Solomon/blowfish.

Last edited by WhoCares; 04-05-2004 at 09:15.
Reply With Quote
  #4  
Old 04-04-2004, 19:55
Perdition
 
Posts: n/a
That keygen looks awesome , could you please post it or PM me?

Also looking for Win 2003 VLK keygen that works and doesn't take forever like the previous brute force method.
Reply With Quote
  #5  
Old 04-04-2004, 22:36
upb's Avatar
upb upb is offline
Friend
 
Join Date: Apr 2002
Location: Elbonia
Posts: 63
Rept. Given: 5
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 3
Thanks Rcvd at 0 Times in 0 Posts
upb Reputation: 0
Talking

o_O teso whitehats are coming into the forum :P
or maybe its some other skyper

Last edited by upb; 04-04-2004 at 22:42.
Reply With Quote
  #6  
Old 04-06-2004, 04:45
skyper
 
Posts: n/a
not skyper from teso, getting there ;-) still noone has answered my ida question =/
Reply With Quote
  #7  
Old 04-07-2004, 08:20
upb's Avatar
upb upb is offline
Friend
 
Join Date: Apr 2002
Location: Elbonia
Posts: 63
Rept. Given: 5
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 3
Thanks Rcvd at 0 Times in 0 Posts
upb Reputation: 0
heh, i can answer the part of why they are shown like this.
its because they are imported by ordinals.

too bad i dont know any idc scripting, so, cant help you with the automatic renaming.
Reply With Quote
  #8  
Old 04-07-2004, 08:42
skyper
 
Posts: n/a
well

hello,

thank you, well, i'd be happier if ida could do this automatically, cause when i click in the ordinals, it shows me the name, so it'd be easier for ida to do this than for me to code a .plw or .idc to do it.

-skyper
Reply With Quote
  #9  
Old 04-22-2004, 08:44
skyper
 
Posts: n/a
found

for those who want it, here it is...

// This IDC script will alter the names of imported functions to include the

// repeatable comments for that function, such that the name KERNEL_91 in IDA

// becomes KERNEL_91_INITTASK . Run from the Extern segment.

// extrn_name.idc

// code by mammon_ rev 1.27

#include <idc.idc>



static main(){

auto ea, old_name, old_cmt;

ea = SegStart( ScreenEA() );

while ( ea != BADADDR ) {

old_name = Name( ea );

old_cmt = RptCmt( ea );

MakeName( ea, old_name + "_" + substr(old_cmt, 0, (strlen(old_cmt)-1) ) );

ea = NextAddr(ea);

}

Message("Done fixing imported function names.\n");

}
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
PE Loader Questions dila General Discussion 13 12-20-2011 12:03
Humor and a few questions. Innocent General Discussion 6 08-10-2004 02:51
Armadillo questions? ManSun General Discussion 20 05-12-2004 17:46
questions about code bartster General Discussion 19 02-14-2004 01:31
some unpacking questions gnasher General Discussion 2 01-03-2004 20:44


All times are GMT +8. The time now is 19:32.


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