-
-
Hello Ahmed
I just want you to create such a downloader but for the following website :
https://learn.corporatefinanceinstitute.com/courses/take/financial-analysis-fundamentals/27360
We can …
-
Some uses of fastcall in the x86 abi no longer match what gcc has always generated on unix. This changed in llvm 16 and is probably the result of the fix for #57737. Possibly this fix should have on…
-
| | |
| --- | --- |
| Bugzilla Link | [41779](https://llvm.org/bz41779) |
| Version | 8.0 |
| OS | Windows NT |
| Attachments | [A C++ program that makes function calls through function pointers](ht…
-
See [here](https://www.imperialviolet.org/2017/01/18/cfi.html) and #144
-
| | |
|--------------------|----|
| Bugzilla Link | [PR29017](https://bugs.llvm.org/show_bug.cgi?id=29017) |
| Status | NEW |
| Importance | P normal |
|…
-
I would like to implement annotations a la Google Docs where you can just scroll the range into view. However, this requires me to convert from cfi -> position on screen. Is this possible?
-
if my range is very large,then cfi's parse will wrong,and I can get a wrong range,how can I resolve it?
-
**Describe the solution you'd like**
Qubes should enable CFI for the Linux kernels used in the dom0 and of course the domUs.
Relevant literature:
- https://lwn.net/Articles/810077/
- https:/…
-
The goal of CFI (control-flow integrity) is to make it harder to exploit bugs. It does that, in my rough understanding, by adding extra checks to each indirect jump checking that the destination we ar…