duangsuse::Echo
723 subscribers
4.31K photos
131 videos
583 files
6.56K links
import this:
美而不丑、明而不暗、短而不凡、长而不乱,扁平不宽,读而后码,行之天下,勿托地上天国。
异常勿吞,难过勿过,叹一真理。效率是很重要,盲目最是低效。
简明是可靠的先验,不是可靠的祭品。
知其变,守其恒,为天下式;穷其变,知不穷,得地上势。知变守恒却穷变知新,我认真理,我不认真。

技术相干订阅~
另外有 throws 闲杂频道 @dsuset
转载频道 @dsusep
极小可能会有批评zf的消息 如有不适可退出
suse小站(面向运气编程): https://WOJS.org/#/
Download Telegram
^之后 duangsuse 自然套路

echo "#!/lib64/ld-linux-x86-64.so.2\n" > fooo
cat a.out >> fooo
然后妄想可以正常运行了 🙈
./fooo: error while loading shared libraries: ./fooo: invalid ELF header
另外你们不要以为 /lib64/ld-linux-x86-64.so.2 是一个库,它是一个 CLI 工具(helper program),要不然怎么链接程序呢(删掉
/lib64/ld-linux-x86-64.so.2
Usage: ld.so [OPTION]... EXECUTABLE-FILE [ARGS-FOR-PROGRAM...]
You have invoked `ld.so', the helper program for shared library executables.
This program usually lives in the file `/lib/ld.so', and special directives
in executable files using ELF shared libraries tell the system's program
loader to load the helper program from this file. This helper program loads
the shared libraries needed by the program executable, prepares the program
to run, and runs it. You may invoke this helper program directly from the
command line to load and run an ELF executable file; this is like executing
that file itself, but always uses this helper program from the file you
specified, instead of the helper program file specified in the executable
file you run. This is mostly of use for maintainers to test new versions
of this helper program; chances are you did not intend to run this program.

--list list all dependencies and how they are resolved
--verify verify that given object really is a dynamically linked
object we can handle
--inhibit-cache Do not use /etc/ld.so.cache
--library-path PATH use given PATH instead of content of the environment
variable LD_LIBRARY_PATH
--inhibit-rpath LIST ignore RUNPATH and RPATH information in object names
in LIST
--audit LIST use objects named in LIST as auditors


ldd /lib64/ld-linux-x86-64.so.2
statically linked
它当然是静态链接的。要不然就要发生无尽递归的情况了
然后疯狂鞭尸(
上文:duangsuse 发送 libluajava.so
我觉得这位现在就是比我一年前还严重的情况,和我一初中同学蛮像的
scheme ":" hierarchi-part ["?" query] ["#" fragment]
没错是直接对应(笑)
反正我不会你说的那些东西,不能吃的语言不是好语言
啥时候有解释 Java 字节码的硬件你就不用被打脸了
原来你是能手解二进制的 reverse engineering 大佬啊,我一个菜应该 fo 一波去
你可能连这都没用过,因为你能直接看透二进制
Forwarded from duangsuse::Echo
#有趣的问题 #轮子哥 已回答 #Haha #dev #Java

Java 中,方法结束时,对象引用不赋 Null,会导致内存泄露么?
https://www.zhihu.com/question/24201056