-
```
What steps will reproduce the problem?
1.Use androguard to analyze GoogleServicesFramework.odex(pull from Nexus 7
android 4.1), like:
dvm = DalvikOdexVMFormat(open("GoogleServicesFramework.odex",…
-
```
What steps will reproduce the problem?
1.Use androguard to analyze GoogleServicesFramework.odex(pull from Nexus 7
android 4.1), like:
dvm = DalvikOdexVMFormat(open("GoogleServicesFramework.odex",…
-
```
What steps will reproduce the problem?
1.Use androguard to analyze GoogleServicesFramework.odex(pull from Nexus 7
android 4.1), like:
dvm = DalvikOdexVMFormat(open("GoogleServicesFramework.odex",…
-
llvm version: 17.0.0-rc3
code:
```cpp
#include
[[clang::xray_always_instrument]] void foo() {
printf("foo() is always instrumented!");
}
int main() {
foo();
}
```
clang++ command…
csmoe updated
5 months ago
-
```
What steps will reproduce the problem?
1.Use androguard to analyze GoogleServicesFramework.odex(pull from Nexus 7
android 4.1), like:
dvm = DalvikOdexVMFormat(open("GoogleServicesFramework.odex",…
-
CFI is currently disabled for [the BPF dispatcher functions](https://elixir.bootlin.com/linux/v6.0-rc7/source/include/linux/bpf.h#L898), as they may call JIT compiled code that's missing CFI type hash…
-
Now the kernel is at version 6.4.7.
Your latest supported kernel is [5.17](/dolohow/uksm/blob/master/v5.x/uksm-5.17.patch)
Update request: Support current kernels.
Regards & thanks for mainta…
-
I am trying to create a VkImage via `vmaCreateImage(...)` and run into a read access violation error in the line `bool HasExplicitBlockSize() const { return m_ExplicitBlockSize; }`.
For my VmaAllocat…
-
I'm not even half kidding. :-)
-
I've discovered a subtle import library incompatibility between MSVC and Binutils which goes back at least a quarter century. It's definitely a bug in MSVC `link.exe` (at least x86 and x64), but possi…