Yun Dou
Yun Dou
考虑下ffi?直接dlsym/GetProcAddress到libcat相关的函数地址喂给libssh2? (施放一个大魔法 (然后炸到妈都不认
Offical docker image of PHP provides ENV like "PHPIZE_DEPS" and configured php sources, this make user build modules after base built possible: 1. base image provides ENV like configure arguments,...
Here's my demo Dockerfile for that Since we donot have DEPS and CONFIG env, so this is rather fragile: ```Dockerfile FROM openresty/openresty:1.21.4.1-4-rocky AS module-builder # DONOT USE THIS IN PRODUCT!...
link: #8383
cmake (itself and boost's cmakelists) needs some work to take use of armasm, I've only tried to build context with b2
确实有着需求 但一直没做,TODO了
你用了`--enable-micro=all-static`吗 静态的micro不能加载动态库,这是c库设计决定的,你要用动态的才行
都可以正常以micro的模式运行(执行自己的payload)区别是: - 动态的需要同版本或更高版本c库,静态的可以直接在linux内核上跑 - 动态的支持dl ffi和extension=,静态的不支持
> > 都可以正常以micro的模式运行(执行自己的payload)区别是: > > > > * 动态的需要同版本或更高版本c库,静态的可以直接在linux内核上跑 > > * 动态的支持dl ffi和extension=,静态的不支持 > > 有没有micro 下的开发自定义扩展例子或者文档? 我想把一个开源的https://github.com/TNT-ma/tonyenc 扩展弄到静态PHP内(micro下使用) https://docs.toast.run/micro/chs/how-to-add-an-extension-into-micro.sfx.html
The workflow version does not support any compression, try https://github.com/dixyes/lwmbs/actions/runs/2507973225 (linux) or https://github.com/dixyes/lwmbs/actions/runs/2507973226 (mac) If they donot work, maybe it's a bug, please provide step to reproduce, and let me...