Win19 LinMac All-Fail-Future Hold26
пятница, 26 июня 2026 г.
четверг, 25 июня 2026 г.
среда, 24 июня 2026 г.
isoc23
неопределённая ссылка на __isoc23_strtoul
https://forum.khadas.com/t/build-kernel6-1-fail-undefined-symbol-isoc23-strtoull/23432
https://github.com/actions/runner-images/issues/11820
undefined reference to `__isoc23_strtol' from upgrade of 3.1.3 to 3.5.4
The resolution to this was to update glibc to 2.38+.
https://github.com/openssl/openssl/issues/29121
the _isoc23* functions are defined in glibc. They are selected when _ISOC2X_SOURCE is defined (implicit when _GNU_SOURCE is defined, which e_afalg.c does). Having that symbol missing suggests an inconsistency between your systems header files and the version of libc.so that you are linking to (i.e. the header files alias strol to __isoc23_strtol, but the C library doesn't have that symbol included).
you can confirm this with the following command:
nm /lib64/libc.so.6 | grep __isoc23
вторник, 23 июня 2026 г.
IDA tutorial. Hopper for Linux
https://www.youtube.com/watch?v=vb18UVF4a_o
Hopper for Mac/Linux
https://macked.app/hopper-disassembler-v6-crack.html
https://eax.me/2016/2016-12-19-hopper.html
https://www.youtube.com/watch?v=0PoN9T-HZzc
Hooper on Windows
https://blog.xynos.co.uk/2021/11/running-hopper-disassembler-on-windows.html
Source code google
https://github.com/jtpereyda/libdasm
https://web.archive.org/web/20130727224512/https://code.google.com/p/libdasm/
https://www.reddit.com/r/ReverseEngineering/comments/22al2x/unixlinux_disassemblers/?tl=ru