All times are UTC - 5 hours [ DST ]


Forum rules


Please do not post questions about data recovery cases here (use this forum instead). This forum is for topics on finding new ways to recover data. Accessing firmware, writing programs, reading bits off the platter, recovering data from dust...



Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: int13h
PostPosted: May 19th, 2012, 1:02 
Offline

Joined: May 19th, 2012, 0:46
Posts: 2
Location: Russia
Hello! Give that a feature?
Code:
mov ax,549F
int 13

Nowhere else can not find a description. :(


Top
 Profile  
 
 Post subject: Re: int13h
PostPosted: May 20th, 2012, 10:34 
Offline

Joined: May 6th, 2008, 22:53
Posts: 2138
Location: England
I haven't seen that specific call to int 13h before. Depending on what you are trying to reverse-engineer, the code could be in the BIOS (real or virtualised), or in a software int 13h handler extension, that is loaded after boot, or .... (You know what you are doing - you haven't told us that information, so I won't try to guess. :) )

If I was trying to find out what that code did, I would trace the call flow for the int 13h handler. There is usually the equivalent of some type of "switch-like" statement early in the handler for different ah values - then investigate what happens with ah=0x54 :)


Top
 Profile  
 
 Post subject: Re: int13h
PostPosted: May 20th, 2012, 13:01 
Offline

Joined: May 19th, 2012, 0:46
Posts: 2
Location: Russia
thanks for responding. I thought that this forum is dead), I disassemble the secondary boot BCDW, and there I met this function. Apparently it is undocumented.


Top
 Profile  
 
 Post subject: Re: int13h
PostPosted: May 20th, 2012, 18:52 
Offline

Joined: May 6th, 2008, 22:53
Posts: 2138
Location: England
Congratulations on finding it :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 41 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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group