Difference between revisions of "84PCE:Syscalls:000310"

From WikiTI
Jump to: navigation, search
m (Undo revision 11189 by MateoConLechuga (talk))
(Undo revision 11192 by MateoConLechuga (talk))
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 10:51, 26 May 2016

Synopsis

Hypothesized Official Name: FindFirstCertField

Syscall Address: 000310h

This will search from the beginning of the certificate located at 3B0001 for a particular field. Types of fields you can search for are listed below; there are probably many more useful ones.

0B0(0) - Language settings

Inputs

  • DE = Field to search for

Outputs

  • Pointer to field entry

Destroys

  • All

Example

You can get the string used to determine the current language for example:

ld de,0B00h
call _FindFirstCertField
jp _PutS