puppywang

Results 10 issues of puppywang

Thanks for this wonderful extension ,it do make wrting ida python script much faster, I can step in, step out code, one strange thing I found is that I can't...

…networking. ICMP pinging is the easiest way to check reachablity, but in some strange network, ICMP pinging is foribidden, so I add a mode to use HTTP HEAD request to...

In our real app usage, we would like not to supply the skeleton item size in RecyclerView.applySkeleton, we want it automatically calculated, so I create this simple PR, please check,...

bug

The CPU emulated M1 card use SAK = 028, we treat it as normal M1 card, and after disable NP_AUTO_ISO14443_4, we are able to dump the emulated M1 card.

This is the intial support of arm arch for linux os, to address the problem in this issue https://github.com/go-delve/delve/issues/20, The arm-linux's ptrace is lacking support of PTRACE_SINGLESTEP, so we need...

area/proc
arch/arm32

Elasticsearch Exporter - Version 2.0.1 Mapping on target database is now ready Starting data export Processed Entries: 0 documents Source DB Size: 0 documents No documents have been found in...

我把boot4usb.img写入U盘插入后, 在fastboot里面使用usb start usbboot提示** No boot device **, 不知道如何操作,还请指教一下,谢谢

我尝试用colab运行 web_demo_hf.py, 执行到 `Loading checkpoint shards: 0% 0/5 [00:00

enhancement

VSCode remote ssh plugin need to create port forward between local port and remote unix socket, which is not yet support by current version of dropbear, this patch add a...

RT,目前retina的设备越来越多,特别是移动端,基本都完成了1x->2x甚至4x的过渡,目前csssprites只能全局指定scale来自动生成background-size,不能单独针对特定的资源做这样的处理,对应我们有1x,2x都有的项目就不太适用了,不知能否将引入分组的概念,通过正则匹配分组,然后分组单独打包并制定scale等参数,从而支持不同scale的资源做不同的处理方式,谢谢