Binary compatibility report for the libimobiledevice library between 1.1.4 and 1.1.5 versions on x86
Test Info
Library Name | libimobiledevice |
Version #1 | 1.1.4 |
Version #2 | 1.1.5 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 14 |
Total Shared Libraries | 1 |
Total Symbols / Types | 153 / 140 |
Verdict | Incompatible (8.8%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 29 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 23 |
Medium | 1 |
Low | 14 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 33 |
Added Symbols (29)
diagnostics_relay.h,
libimobiledevice.so.4.0.1
diagnostics_relay_client_free ( diagnostics_relay_client_t client )
diagnostics_relay_client_new ( idevice_t device, lockdownd_service_descriptor_t service, diagnostics_relay_client_t* client )
diagnostics_relay_goodbye ( diagnostics_relay_client_t client )
diagnostics_relay_query_ioregistry_entry ( diagnostics_relay_client_t client, char const* name, char const* class, plist_t* result )
diagnostics_relay_query_ioregistry_plane ( diagnostics_relay_client_t client, char const* plane, plist_t* result )
diagnostics_relay_query_mobilegestalt ( diagnostics_relay_client_t client, plist_t keys, plist_t* result )
diagnostics_relay_request_diagnostics ( diagnostics_relay_client_t client, char const* type, plist_t* diagnostics )
diagnostics_relay_restart ( diagnostics_relay_client_t client, int flags )
diagnostics_relay_shutdown ( diagnostics_relay_client_t client, int flags )
diagnostics_relay_sleep ( diagnostics_relay_client_t client )
heartbeat.h,
libimobiledevice.so.4.0.1
heartbeat_client_free ( heartbeat_client_t client )
heartbeat_client_new ( idevice_t device, lockdownd_service_descriptor_t service, heartbeat_client_t* client )
heartbeat_client_start_service ( idevice_t device, heartbeat_client_t* client, char const* label )
heartbeat_receive ( heartbeat_client_t client, plist_t* plist )
heartbeat_receive_with_timeout ( heartbeat_client_t client, plist_t* plist, uint32_t timeout_ms )
heartbeat_send ( heartbeat_client_t client, plist_t plist )
lockdown.h,
libimobiledevice.so.4.0.1
lockdownd_service_descriptor_free ( lockdownd_service_descriptor_t service )
misagent.h,
libimobiledevice.so.4.0.1
misagent_client_free ( misagent_client_t client )
misagent_client_new ( idevice_t device, lockdownd_service_descriptor_t service, misagent_client_t* client )
misagent_copy ( misagent_client_t client, plist_t* profiles )
misagent_get_status_code ( misagent_client_t client )
misagent_install ( misagent_client_t client, plist_t profile )
misagent_remove ( misagent_client_t client, char const* profileID )
webinspector.h,
libimobiledevice.so.4.0.1
webinspector_client_free ( webinspector_client_t client )
webinspector_client_new ( idevice_t device, lockdownd_service_descriptor_t service, webinspector_client_t* client )
webinspector_client_start_service ( idevice_t device, webinspector_client_t* client, char const* label )
webinspector_receive ( webinspector_client_t client, plist_t* plist )
webinspector_receive_with_timeout ( webinspector_client_t client, plist_t* plist, uint32_t timeout_ms )
webinspector_send ( webinspector_client_t client, plist_t plist )
to the top
Removed Symbols (1)
afc.h,
libimobiledevice.so.3.0.1
afc_client_new_from_connection ( idevice_connection_t connection, afc_client_t* client )
to the top
Problems with Symbols, High Severity (23)
afc.h,
libimobiledevice.so.3.0.1
[+] afc_client_new ( idevice_t device, uint16_t port, afc_client_t* client ) (2)
changed to:afc_client_new ( idevice_t device, lockdownd_service_descriptor_t service, afc_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
file_relay.h,
libimobiledevice.so.3.0.1
[+] file_relay_client_new ( idevice_t device, uint16_t port, file_relay_client_t* client ) (2)
changed to:file_relay_client_new ( idevice_t device, lockdownd_service_descriptor_t service, file_relay_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
house_arrest.h,
libimobiledevice.so.3.0.1
[+] house_arrest_client_new ( idevice_t device, uint16_t port, house_arrest_client_t* client ) (2)
changed to:house_arrest_client_new ( idevice_t device, lockdownd_service_descriptor_t service, house_arrest_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
installation_proxy.h,
libimobiledevice.so.3.0.1
[+] instproxy_client_new ( idevice_t device, uint16_t port, instproxy_client_t* client ) (2)
changed to:instproxy_client_new ( idevice_t device, lockdownd_service_descriptor_t service, instproxy_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
lockdown.h,
libimobiledevice.so.3.0.1
[+] lockdownd_start_service ( lockdownd_client_t client, char const* service, uint16_t* port ) (1)
changed to:lockdownd_start_service ( lockdownd_client_t client, char const* identifier, lockdownd_service_descriptor_t* service )
| Change | Effect |
---|
1 | The pointer level of 3rd parameter port has been increased from 1 to 2. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
mobile_image_mounter.h,
libimobiledevice.so.3.0.1
[+] mobile_image_mounter_new ( idevice_t device, uint16_t port, mobile_image_mounter_client_t* client ) (2)
changed to:mobile_image_mounter_new ( idevice_t device, lockdownd_service_descriptor_t service, mobile_image_mounter_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
mobilebackup.h,
libimobiledevice.so.3.0.1
[+] mobilebackup_client_new ( idevice_t device, uint16_t port, mobilebackup_client_t* client ) (2)
changed to:mobilebackup_client_new ( idevice_t device, lockdownd_service_descriptor_t service, mobilebackup_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
mobilebackup2.h,
libimobiledevice.so.3.0.1
[+] mobilebackup2_client_new ( idevice_t device, uint16_t port, mobilebackup2_client_t* client ) (2)
changed to:mobilebackup2_client_new ( idevice_t device, lockdownd_service_descriptor_t service, mobilebackup2_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
mobilesync.h,
libimobiledevice.so.3.0.1
[+] mobilesync_client_new ( idevice_t device, uint16_t port, mobilesync_client_t* client ) (2)
changed to:mobilesync_client_new ( idevice_t device, lockdownd_service_descriptor_t service, mobilesync_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
notification_proxy.h,
libimobiledevice.so.3.0.1
[+] np_client_new ( idevice_t device, uint16_t port, np_client_t* client ) (2)
changed to:np_client_new ( idevice_t device, lockdownd_service_descriptor_t service, np_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
sbservices.h,
libimobiledevice.so.3.0.1
[+] sbservices_client_new ( idevice_t device, uint16_t port, sbservices_client_t* client ) (2)
changed to:sbservices_client_new ( idevice_t device, lockdownd_service_descriptor_t service, sbservices_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
screenshotr.h,
libimobiledevice.so.3.0.1
[+] screenshotr_client_new ( idevice_t device, uint16_t port, screenshotr_client_t* client ) (2)
changed to:screenshotr_client_new ( idevice_t device, lockdownd_service_descriptor_t service, screenshotr_client_t* client )
| Change | Effect |
---|
1 | Type of 2nd parameter port has been changed from uint16_t (2 bytes) to lockdownd_service_descriptor_t (4 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | The pointer level of 2nd parameter port has been increased from 0 to 1. | The library function may try to access unallocated memory by the dereferencing of old parameter value and therefore cause a crash of applications. |
to the top
Problems with Symbols, Medium Severity (1)
mobilesync.h,
libimobiledevice.so.3.0.1
[+] mobilesync_start ( mobilesync_client_t client, char const* data_class, mobilesync_anchors_t anchors, uint64_t computer_data_class_version, enum mobilesync_sync_type_t* sync_type, uint64_t* device_data_class_version ) (1)
changed to:mobilesync_start ( mobilesync_client_t client, char const* data_class, mobilesync_anchors_t anchors, uint64_t computer_data_class_version, enum mobilesync_sync_type_t* sync_type, uint64_t* device_data_class_version, char** error_description )
| Change | Effect |
---|
1 | Parameter error_description of type char** has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Problems with Symbols, Low Severity (14)
afc.h,
libimobiledevice.so.3.0.1
[+] afc_client_new ( idevice_t device, uint16_t port, afc_client_t* client ) (1)
changed to:afc_client_new ( idevice_t device, lockdownd_service_descriptor_t service, afc_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
file_relay.h,
libimobiledevice.so.3.0.1
[+] file_relay_client_new ( idevice_t device, uint16_t port, file_relay_client_t* client ) (1)
changed to:file_relay_client_new ( idevice_t device, lockdownd_service_descriptor_t service, file_relay_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
house_arrest.h,
libimobiledevice.so.3.0.1
[+] house_arrest_client_new ( idevice_t device, uint16_t port, house_arrest_client_t* client ) (1)
changed to:house_arrest_client_new ( idevice_t device, lockdownd_service_descriptor_t service, house_arrest_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
installation_proxy.h,
libimobiledevice.so.3.0.1
[+] instproxy_client_new ( idevice_t device, uint16_t port, instproxy_client_t* client ) (1)
changed to:instproxy_client_new ( idevice_t device, lockdownd_service_descriptor_t service, instproxy_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
lockdown.h,
libimobiledevice.so.3.0.1
[+] lockdownd_start_service ( lockdownd_client_t client, char const* service, uint16_t* port ) (3)
changed to:lockdownd_start_service ( lockdownd_client_t client, char const* identifier, lockdownd_service_descriptor_t* service )
| Change | Effect |
---|
1 | 2nd parameter service has been renamed to identifier. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 3rd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | Type of 3rd parameter port has been changed from uint16_t* to lockdownd_service_descriptor_t*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
mobile_image_mounter.h,
libimobiledevice.so.3.0.1
[+] mobile_image_mounter_new ( idevice_t device, uint16_t port, mobile_image_mounter_client_t* client ) (1)
changed to:mobile_image_mounter_new ( idevice_t device, lockdownd_service_descriptor_t service, mobile_image_mounter_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
mobilebackup.h,
libimobiledevice.so.3.0.1
[+] mobilebackup_client_new ( idevice_t device, uint16_t port, mobilebackup_client_t* client ) (1)
changed to:mobilebackup_client_new ( idevice_t device, lockdownd_service_descriptor_t service, mobilebackup_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
mobilebackup2.h,
libimobiledevice.so.3.0.1
[+] mobilebackup2_client_new ( idevice_t device, uint16_t port, mobilebackup2_client_t* client ) (1)
changed to:mobilebackup2_client_new ( idevice_t device, lockdownd_service_descriptor_t service, mobilebackup2_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
mobilesync.h,
libimobiledevice.so.3.0.1
[+] mobilesync_client_new ( idevice_t device, uint16_t port, mobilesync_client_t* client ) (1)
changed to:mobilesync_client_new ( idevice_t device, lockdownd_service_descriptor_t service, mobilesync_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
notification_proxy.h,
libimobiledevice.so.3.0.1
[+] np_client_new ( idevice_t device, uint16_t port, np_client_t* client ) (1)
changed to:np_client_new ( idevice_t device, lockdownd_service_descriptor_t service, np_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
sbservices.h,
libimobiledevice.so.3.0.1
[+] sbservices_client_new ( idevice_t device, uint16_t port, sbservices_client_t* client ) (1)
changed to:sbservices_client_new ( idevice_t device, lockdownd_service_descriptor_t service, sbservices_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
screenshotr.h,
libimobiledevice.so.3.0.1
[+] screenshotr_client_new ( idevice_t device, uint16_t port, screenshotr_client_t* client ) (1)
changed to:screenshotr_client_new ( idevice_t device, lockdownd_service_descriptor_t service, screenshotr_client_t* client )
| Change | Effect |
---|
1 | 2nd parameter port has been renamed to service. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Other Changes in Constants (33)
diagnostics_relay.h
[+] DIAGNOSTICS_RELAY_ACTION_FLAG_DISPLAY_FAIL
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_ACTION_FLAG_DISPLAY_FAIL with value (1 << 3) has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_ACTION_FLAG_DISPLAY_PASS
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_ACTION_FLAG_DISPLAY_PASS with value (1 << 2) has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_ACTION_FLAG_WAIT_FOR_DISCONNECT
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_ACTION_FLAG_WAIT_FOR_DISCONNECT with value (1 << 1) has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_E_INVALID_ARG
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_E_INVALID_ARG with value -1 has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_E_MUX_ERROR
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_E_MUX_ERROR with value -3 has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_E_PLIST_ERROR
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_E_PLIST_ERROR with value -2 has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_E_SUCCESS
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_E_SUCCESS with value 0 has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_E_UNKNOWN_ERROR
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_E_UNKNOWN_ERROR with value -256 has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_E_UNKNOWN_REQUEST
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_E_UNKNOWN_REQUEST with value -4 has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_REQUEST_TYPE_ALL
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_REQUEST_TYPE_ALL with value "All" has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_REQUEST_TYPE_GAS_GAUGE
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_REQUEST_TYPE_GAS_GAUGE with value "GasGauge" has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_REQUEST_TYPE_NAND
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_REQUEST_TYPE_NAND with value "NAND" has been added. | No effect. |
[+] DIAGNOSTICS_RELAY_REQUEST_TYPE_WIFI
| Change | Effect |
---|
1 | The constant DIAGNOSTICS_RELAY_REQUEST_TYPE_WIFI with value "WiFi" has been added. | No effect. |
heartbeat.h
[+] HEARTBEAT_E_INVALID_ARG
| Change | Effect |
---|
1 | The constant HEARTBEAT_E_INVALID_ARG with value -1 has been added. | No effect. |
[+] HEARTBEAT_E_MUX_ERROR
| Change | Effect |
---|
1 | The constant HEARTBEAT_E_MUX_ERROR with value -3 has been added. | No effect. |
[+] HEARTBEAT_E_PLIST_ERROR
| Change | Effect |
---|
1 | The constant HEARTBEAT_E_PLIST_ERROR with value -2 has been added. | No effect. |
[+] HEARTBEAT_E_SSL_ERROR
| Change | Effect |
---|
1 | The constant HEARTBEAT_E_SSL_ERROR with value -4 has been added. | No effect. |
[+] HEARTBEAT_E_SUCCESS
| Change | Effect |
---|
1 | The constant HEARTBEAT_E_SUCCESS with value 0 has been added. | No effect. |
[+] HEARTBEAT_E_UNKNOWN_ERROR
| Change | Effect |
---|
1 | The constant HEARTBEAT_E_UNKNOWN_ERROR with value -256 has been added. | No effect. |
[+] HEARTBEAT_SERVICE_NAME
| Change | Effect |
---|
1 | The constant HEARTBEAT_SERVICE_NAME with value "com.apple.mobile.heartbeat" has been added. | No effect. |
misagent.h
[+] MISAGENT_E_CONN_FAILED
| Change | Effect |
---|
1 | The constant MISAGENT_E_CONN_FAILED with value -3 has been added. | No effect. |
[+] MISAGENT_E_INVALID_ARG
| Change | Effect |
---|
1 | The constant MISAGENT_E_INVALID_ARG with value -1 has been added. | No effect. |
[+] MISAGENT_E_PLIST_ERROR
| Change | Effect |
---|
1 | The constant MISAGENT_E_PLIST_ERROR with value -2 has been added. | No effect. |
[+] MISAGENT_E_REQUEST_FAILED
| Change | Effect |
---|
1 | The constant MISAGENT_E_REQUEST_FAILED with value -4 has been added. | No effect. |
[+] MISAGENT_E_SUCCESS
| Change | Effect |
---|
1 | The constant MISAGENT_E_SUCCESS with value 0 has been added. | No effect. |
[+] MISAGENT_E_UNKNOWN_ERROR
| Change | Effect |
---|
1 | The constant MISAGENT_E_UNKNOWN_ERROR with value -256 has been added. | No effect. |
webinspector.h
[+] WEBINSPECTOR_E_INVALID_ARG
| Change | Effect |
---|
1 | The constant WEBINSPECTOR_E_INVALID_ARG with value -1 has been added. | No effect. |
[+] WEBINSPECTOR_E_MUX_ERROR
| Change | Effect |
---|
1 | The constant WEBINSPECTOR_E_MUX_ERROR with value -3 has been added. | No effect. |
[+] WEBINSPECTOR_E_PLIST_ERROR
| Change | Effect |
---|
1 | The constant WEBINSPECTOR_E_PLIST_ERROR with value -2 has been added. | No effect. |
[+] WEBINSPECTOR_E_SSL_ERROR
| Change | Effect |
---|
1 | The constant WEBINSPECTOR_E_SSL_ERROR with value -4 has been added. | No effect. |
[+] WEBINSPECTOR_E_SUCCESS
| Change | Effect |
---|
1 | The constant WEBINSPECTOR_E_SUCCESS with value 0 has been added. | No effect. |
[+] WEBINSPECTOR_E_UNKNOWN_ERROR
| Change | Effect |
---|
1 | The constant WEBINSPECTOR_E_UNKNOWN_ERROR with value -256 has been added. | No effect. |
[+] WEBINSPECTOR_SERVICE_NAME
| Change | Effect |
---|
1 | The constant WEBINSPECTOR_SERVICE_NAME with value "com.apple.webinspector" has been added. | No effect. |
to the top
Header Files (14)
afc.h
file_relay.h
house_arrest.h
installation_proxy.h
libimobiledevice.h
lockdown.h
mobile_image_mounter.h
mobilebackup.h
mobilebackup2.h
mobilesync.h
notification_proxy.h
restore.h
sbservices.h
screenshotr.h
to the top
Shared Libraries (1)
libimobiledevice.so.3.0.1
to the top