Displaying 10 results from an estimated 10 matches for "muntean".
Did you mean:
munteanu
2009 Apr 08
3
order transfers by file size
Is it possible to have rsync order transfers by file size (smallest
files first) ?
Would it be a big patch ?
Thanks
Viki
2016 Dec 21
0
*********How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
...;http://lists.llvm.org/pipermail/llvm-dev/2016-December/108051.html>
>>
>> Adding an alternate email in case you didn’t receive previous emails.
>> Best,
>>
>> —
>> Mehdi
>>
>>
>>
>>
>>> On Dec 21, 2016, at 2:47 AM, Paul Muntean via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>>
>>> I want to detect bad casts in C++ code by using the Clang
>>> compiler. The approach is similar to what Caver and TypeSan do but
>>> without using the compil...
2016 Dec 21
0
*********How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
...s that you ignored previously:
- http://lists.llvm.org/pipermail/llvm-dev/2016-December/108060.html
- http://lists.llvm.org/pipermail/llvm-dev/2016-December/108051.html
Adding an alternate email in case you didn’t receive previous emails.
Best,
—
Mehdi
> On Dec 21, 2016, at 2:47 AM, Paul Muntean via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> I want to detect bad casts in C++ code by using the Clang
> compiler. The approach is similar to what Caver and TypeSan do but
> without using the compiler-rt.
>
> Caver and TypeSan:
> https://www.usenix.org/system/fi...
2016 Dec 21
3
*********How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
...permail/llvm-dev/2016-December/108060.html
> - http://lists.llvm.org/pipermail/llvm-dev/2016-December/108051.html
>
> Adding an alternate email in case you didn’t receive previous emails.
> Best,
>
>
> —
> Mehdi
>
>
>
>
>> On Dec 21, 2016, at 2:47 AM, Paul Muntean via llvm-dev
>> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>
>> I want to detect bad casts in C++ code by using the Clang
>> compiler. The approach is similar to what Caver and TypeSan do but
>> without using the compiler-rt.
&...
2016 Dec 13
1
Help needed: Recuperate return addresses of virtual and non virtual C++ functions with Clang and LLVM
I am working with this setup: LLVM+Clang Compiler on an Ubuntu 64bit OS.
Questions:
Is it possible to get the return addresses of virtual function call
and non virtual C++ methods inside Clang and LLVM.
Is thre a way to get the candidate addresses where the return address
points back after each function return was performed.
I have a few questions and hopefully you guys can help me out.
The
2016 Dec 21
2
*********How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
I want to detect bad casts in C++ code by using the Clang
compiler. The approach is similar to what Caver and TypeSan do but
without using the compiler-rt.
Caver and TypeSan:
https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-lee.pdf
https://nebelwelt.net/publications/files/16CCS2.pdf
For example if I have the following C++ code snippet where I want to
cast object b into
2016 Dec 13
1
help needed: How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
I want to detect bad casts in C++ code by using the Clang
compiler. The approach is similar to what Caver and TypeSan do but
without using the compiler-rt.
Caver and TypeSan:
https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-lee.pdf
https://nebelwelt.net/publications/files/16CCS2.pdf
For example if I have the following C++ code snippet where I want to
cast object b into
2016 Dec 16
0
Help needed: Recuperate return addresses of virtual and non virtual C++ functions with Clang and LLVM
I am working with this setup: LLVM+Clang Compiler on an Ubuntu 64bit OS.
Questions:
Is it possible to get the return addresses of virtual function call
and non virtual C++ methods inside Clang and LLVM.
Is thre a way to get the candidate addresses where the return address
points back after each function return was performed.
I have a few questions and hopefully you guys can help me out.
The
2016 Dec 16
0
Help needed: How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
I want to detect bad casts in C++ code by using the Clang
compiler. The approach is similar to what Caver and TypeSan do but
without using the compiler-rt.
Caver and TypeSan:
https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-lee.pdf
https://nebelwelt.net/publications/files/16CCS2.pdf
For example if I have the following C++ code snippet where I want to
cast object b into
2016 Dec 21
0
*********Recuperate return addresses of virtual and non virtual C++ functions with Clang and LLVM
I am working with this setup: LLVM+Clang Compiler on an Ubuntu 64bit OS.
Questions:
Is it possible to get the return addresses of virtual function call
and non virtual C++ methods inside Clang and LLVM.
Is thre a way to get the candidate addresses where the return address
points back after each function return was performed.
I have a few questions and hopefully you guys can help me out.
The