efa
efa
$ /usr/bin/llvm-objdump -x binary | grep RUNPATH doesn't work
understood, will try. THANK YOU
$ x86_64-apple-darwin20-install_name_tool -rpath /opt/local/lib '$ORIGIN' binary error: x86_64-apple-darwin20-install_name_tool: no LC_RPATH load command with path: /opt/local/lib found in: binary (for architecture x86_64), required for specified option "-rpath /opt/local/lib $ORIGIN" while '*-otool...
sorry but apart $ man x86_64-apple-darwin20-install_name_tool that has not examples, googling for 'install_name_tool' I can find only few examples with -add_rpath. I tryed: $ x86_64-apple-darwin20-install_name_tool -add_rpath "@executable_path/." binary but $...
the -change option work, but a library a time, so I wrote this script: ``` #!/bin/bash # osxcross-rel: make a Mach-O x86 64-bit binary dependancy path same as executable if...
I'm not sure outlook.office365.com use that protocol, as now with TB 102.1.0 I cannot sync the calendar and address book anymore.
> For O365, you indeed need to wait for the updated TbSync in the mean time can you please list the steps to downgrade to TB91 without losing data? thank...
OK, clear. Writing to a block device is a more complete test, think to flashUSB with many partitions on, testing using f3write/f3read will require many steps and anyway does not...
if I understood well, f3write/f3read will destroy the data on partitions, so after the test, the user has to re-format the flashUSB. Re-partitioning too, is not much effort.
it is already proved. Cosmic ray cause upset (status change) in flash memory bits. Sure you will find some changed, if not masked by builtin ECC recover. Valerio Il 04/08/20...