-
## Prework
* [x] Read and agree to the [code of conduct](https://github.com/ropensci/drake/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/ropensci/drake/blob/main/CO…
-
**Please only report your issue here, if all points below are true**
- I installed the App from [vanced.app](https://vanced.app), this github repository or the Vanced Discord server
- I am using the…
-
When trying to save the "Interactions Endpoint URL" using the Express Middleware, I get this error:
```
/var/home/dobby/n/bin/node /var/home/dobby/interactions/index.js
Example app listening at htt…
-
Android 8.0+,会在debug版本添加kAccNative以防止hook失效,而后发现Android 11上会导致闪退,遂删掉了这个flag并改成native hook的方式防止失效( 0084da1 ),之后又发现还是可能造成hook失效,edxp说这是因为11中加了一个新的class state导致会多次InitializeClass使得入口被重置,待修复。
-
/Dobby/builtin-plugin/HideLibrary/hide_library_darwin.cc:108:3: error: non-void function 'DobbyHideLibrary' should return a value [-Wreturn-type]
return;
-
Скласти список всіх (важливих) життєвих подій, визначних дат, досягнень, періодів, що дали приємний і неприємний досвід, тощо. В цьому конкретному випадку довгих списків не буває, натомість бувають по…
-
ld: in /var/folders/xx/b4bgcx_1393fdwdnddgzkqmc0000gn/T/CocoaPods-Lint-20201210-38015-ancczl-CocoaHotReload/Pods/CocoaHotReload/CocoaHotReload/ThirdUitlities/Dobby/lib/libdobby.a(CpuFeature.cc.o), bu…
-
I something don't understand how to hook symbol.
I compile and connect Dobby.h
And debug version of dobby.
But when i hook void i get s11 code 1.
Code:
void *a = DobbySymbolResolver("minecraftp…
Lamfi updated
3 years ago
-
- Add a new API for modules to hook JNI (my thought is a function that receives `long handle`, `long hook_fun`, `String soName`)
-
https://github.com/jmpews/Dobby/blob/ef23b30985c1e632c33c1053e5b456ca979d4151/builtin-plugin/SymbolResolver/elf/dobby_symbol_resolver.cc#L23-L50