androiddisk

Results 7 issues of androiddisk

Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/requests/adapters.py", line 467, in send low_conn.endheaders() File "/usr/lib/python3.8/http/client.py", line 1235, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.8/http/client.py", line 1006, in _send_output...

bug

你好,将hikari加入到rust的llvm中编译出来使用,字符串加密无效 编译过程中hikari的调试信息正常输出的。就是字符串原封不动的未加密。 其他人跟我的情况一样 https://github.com/joaovarelas/Obfuscator-LLVM-16.0/issues/8#issuecomment-1999717381 请问需要怎么样才能适配到rust

### Please check before submitting an issue - [X] I have searched the issues and haven't found anything relevant - [X] I will upload bugreport file in KernelSU Manager -...

感谢作者的付出, 我尝试编译了一个Hikari版本的rust 然后创建了一个hello word的项目 字符串加密编译可以正常运行了 。 但是在尝试其他项目时报错了,实在是看不出来原因 ``` git clone [email protected]:tiann/KernelSU.git && cd KernelSU/ rm -fr userspace/ksud/target/* && time RUST_BACKTRACE=1 cargo rustc --target aarch64-linux-android --release --manifest-path ./userspace/ksud/Cargo.toml -- -Cllvm-args="-enable-strcry" >...

After compiling the original string, the binary can be directly opened to view the used string. ``` let my_string = "Hello, world!"; ``` I will now use ASCII for the...

https://b1n.io/posts/orust-mimikatz-bypass-kaspersky/#%e6%b7%b7%e6%b7%86%e7%89%88rust-mimikatz-bypass%e5%8d%a1%e5%b7%b4%e6%96%af%e5%9f%ba It seems that this article was also written by you, as mentioned in the article ``` 大家都知道, rust默认编译后会将一些敏感目录打包进二进制文件, rust的库也存在类似的问题. 一般的解决方案是使用--remap-path-prefix去映射, 但是在编译rust的本身的库的时候, 是无法完全控制的, 为什么说无法完全控制呢? 因为确实可以控制一部分, 在编译rust的config.toml的文件里rust选项下有个remap-debuginfo选项, 取消注释, 并且设置为true即可去除部分路径, 这条配置启用之后, rust本身的调试路径将会映射到/rust/$sha/...,...

``` fn main() { println!("Hello, world!11111111"); } ``` ``` docker pull ghcr.io/joaovarelas/obfuscator-llvm-16.0:latest docker run -v .:/projects/ -it ghcr.io/joaovarelas/obfuscator-llvm-16.0:latest /bin/bash cargo clean && cargo rustc --target x86_64-unknown-linux-gnu --release -- -Cdebuginfo=0 -Cstrip=symbols...