ida_libfuncs
Attributes
Classes
Functions
| Get idasgn header by a short signature name. | |
| Get idasgn full path by a short signature name. | 
Module Contents
- class ida_libfuncs.idasgn_header_t
- Bases: - object- thisown
 - magic: char[6]
 - version: uchar
 - processor_id: uchar
 - ostype: uint16
 - apptype: uint16
 - flags: uint16
 - number_of_modules_v5: uint16
 - ctype_crc: uint16
 - ctype_name: char[12]
 - libname_length: uchar
 - ctype_crc_alt: uint16
 - pattern_length: uint16
 - ctype_crc_3v: uint16
 
- ida_libfuncs.SIGN_HEADER_MAGIC
- ida_libfuncs.SIGN_HEADER_VERSION
- ida_libfuncs.OSTYPE_MSDOS
- ida_libfuncs.OSTYPE_WIN
- ida_libfuncs.OSTYPE_OS2
- ida_libfuncs.OSTYPE_NETW
- ida_libfuncs.OSTYPE_UNIX
- ida_libfuncs.OSTYPE_OTHER
- ida_libfuncs.APPT_CONSOLE
- ida_libfuncs.APPT_GRAPHIC
- ida_libfuncs.APPT_PROGRAM
- ida_libfuncs.APPT_LIBRARY
- ida_libfuncs.APPT_DRIVER
- ida_libfuncs.APPT_1THREAD
- ida_libfuncs.APPT_MTHREAD
- ida_libfuncs.APPT_16BIT
- ida_libfuncs.APPT_32BIT
- ida_libfuncs.APPT_64BIT
- ida_libfuncs.LS_STARTUP
- ida_libfuncs.LS_CTYPE
- ida_libfuncs.LS_CTYPE2
- ida_libfuncs.LS_CTYPE_ALT
- ida_libfuncs.LS_ZIP
- ida_libfuncs.LS_CTYPE_3V
- ida_libfuncs.get_idasgn_header_by_short_name(out_header: idasgn_header_t, name: str) str
- Get idasgn header by a short signature name. - Parameters:
- out_header – buffer for the signature file header 
- name – short name of a signature 
 
- Returns:
- true in case of success