Konstantin Terekhov
Konstantin Terekhov
### Describe the bug After restoring PostgreSQL database for user, db user password is not restored. (restoring log is without warnings/errors) After set password manually via changing password UI or...
MethodDecrypter failed: Seems it encrypted using .net reactor 6.9.0.0. For decrypting necrobit it using DecrypterV2 it cannot fetch DecryptionKey and DecryptionIV: Main method seems have Control Flow Obfuscation via goto:...
esp-idf-sys build started fail on arm mac os esp-idf-sys `v0.34.0` target `esp32` Log ``` Fresh core v0.0.0 (/Users/mbv/.rustup/toolchains/esp/lib/rustlib/src/rust/library/core) Fresh unicode-ident v1.0.12 Fresh memchr v2.7.1 Fresh rustc-std-workspace-core v1.99.0 (/Users/mbv/.rustup/toolchains/esp/lib/rustlib/src/rust/library/rustc-std-workspace-core) Fresh aho-corasick...
``` dex2jar ../app.apk -> ./app-dex2jar.jar ASM fail to generate .class file: iko/lxf java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0 at org.objectweb.asm.Frame.getConcreteOutputType(Frame.java:1140) at org.objectweb.asm.Frame.merge(Frame.java:1185) at org.objectweb.asm.CurrentFrame.execute(CurrentFrame.java:53) at org.objectweb.asm.MethodWriter.visitVarInsn(MethodWriter.java:927) at...
The existing implementation sent the request synchronously. It mean we always block executing thread. The xix changed implementation to valid async/await code.