Changes between Version 1 and Version 2 of ApiHidra
- Timestamp:
- Mar 24, 2009, 1:32:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApiHidra
v1 v2 16 16 * Deben incluirse comentarios descriptivos en los bloques de código. 17 17 18 == Funciones C ==18 == Funciones internas C == 19 19 20 20 == Funciones BASH == 21 21 22 === Funciones internas === 22 === Funciones básicas === 23 24 * DisksDetect 25 * LocalIP 26 * LocalMAC 27 * LocalName 28 * PartitionType 29 * Path 30 23 31 === Funciones de particiones === 32 33 * ListPrimaryPartitions 34 * ListLogicalPartitions 35 * MakePrimaryPartitions 36 * MakeLogicalPartitions 37 * Format 38 * Mount 39 * Unmount 40 * CacheDetect 41 * CacheMount 42 24 43 === 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 25 58 === Funciones de edición o modificación === 59 60 * ReadRegistryValue 61 * EditRegistryValue 62 * ListRegistryKeys 63 * SetWindowsName 64 26 65 === Funciones de inventario === 66 67 * HardwareInventory 68 * OSVersion 69 * WindowsSoftware