Changes between Version 1 and Version 2 of ApiHidra


Ignore:
Timestamp:
Mar 24, 2009, 2:32:23 PM (15 years ago)
Author:
ramon
Comment:

Lista de funciones

Legend:

Unmodified
Added
Removed
Modified
  • ApiHidra

    v1 v2  
    1616 * Deben incluirse comentarios descriptivos en los bloques de código.
    1717
    18 == Funciones C ==
     18== Funciones internas C ==
    1919
    2020== Funciones BASH ==
    2121
    22 === Funciones internas ===
     22=== Funciones básicas ===
     23
     24 * DisksDetect
     25 * LocalIP
     26 * LocalMAC
     27 * LocalName
     28 * PartitionType
     29 * Path
     30
    2331=== Funciones de particiones ===
     32
     33 * ListPrimaryPartitions
     34 * ListLogicalPartitions
     35 * MakePrimaryPartitions
     36 * MakeLogicalPartitions
     37 * Format
     38 * Mount
     39 * Unmount
     40 * CacheDetect
     41 * CacheMount
     42
    2443=== Funciones de clonación ===
     44
     45 * MakeDiskSnapshot
     46 * RestoreDiskSnapshot
     47 * MakeMBRSnapshot
     48 * RestoreMBRSnapshot
     49 * MakePartitionSnapshot
     50 * RestorePartitionSnapshot
     51 * MakeLinuxSnapshot
     52 * RestoreLinuxSnapshot
     53 * MakeNTFSSnapshot
     54 * RestoreNTFSSnapshot
     55 * MBRBoot
     56 * Boot
     57
    2558=== Funciones de edición o modificación ===
     59
     60 * ReadRegistryValue
     61 * EditRegistryValue
     62 * ListRegistryKeys
     63 * SetWindowsName
     64
    2665=== Funciones de inventario ===
     66
     67 * HardwareInventory   
     68 * OSVersion
     69 * WindowsSoftware