-
# Proposal
Add a compiler flag that forces the compiler to emit functions can always be hotpatched. It would be a less bloated alternative to patchable-function-entries ([rust-lang/rfcs#3543](https:/…
-
After forking the-darkvoid's 9360 repo and some customizations, I made a working hotpatch configuration to run mojave on xps 13 9350
https://github.com/hackintosh-stuff/XPS9350-macOS
Currently t…
maz-1 updated
5 years ago
-
Hi. I very supprise about your efi because of your patched ssdt. How can you create a patched for battery. I've read Rehabman's guide but i don't know how to create it. Can you help me to make a 'hotp…
-
This is yet another crazy linker feature idea. We may be able to do something in the linker to support hot code patching, i.e. updating code of a running process.
Hotpatching is useful for programs…
-
Can I use this approach to perform a [hotpatch](https://github.com/bang590/JSPatch) onto swift project?
-
There is a new VBS attribute:
VBSState=2
And HotPatch need LCUVer=Baseline LCU build (such as 10.0.26058.1100).
-
clang on the following code crashes with flag "-fms-hotpatch"
```cpp
inline void __disable(void){
__asm__ volatile ("cli");
}
int main(){
__disable();
}
```
command line : `"C:\…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR36775](https://bugs.llvm.org/show_bug.cgi?id=36775) |
| Status | NEW |
| Importance | P enhancemen…
-
**What problem does this solve or what need does it fill?**
1. Powerful mods (think Factorio or Minecraft) may want to modify the game's core code directly.
2. As games grow in size, testing cha…
-
| | |
| --- | --- |
| Bugzilla Link | [36775](https://llvm.org/bz36775) |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nico,@rui314 |
## Extended D…