Search code examples
How can I get an array or a slice from a raw pointer?...

rustunsafe

Read More
Reinterpret C# raw buffer into a blittable structure...

c#pointersunsafereinterpret-caststackalloc

Read More
Passing Vec<String> from Rust to char** in C...

rustlibcunsafeexecvp

Read More
Unsafe queue implementation...

genericsrustsegmentation-faultqueueunsafe

Read More
Is this method of copying a string faster than copying each char individually?...

cstringcopyunsafe

Read More
What are the differences between `*const T` and *mut T` raw pointers?...

pointersrustunsafe

Read More
finalize never called from the object by allocateInstance(Java)...

javaunsafe

Read More
Insecure content blocked...

google-chromescriptingunsafe

Read More
Can't get the same result as the Delphi code, after I exclusive-OR an address of a char array in...

c#delphipointersxorunsafe

Read More
Version of C# StringBuilder to allow for strings larger than 2 billion characters...

c#64-bitpinvokestringbuilderunsafe

Read More
Can I convert a value of IntPtr to another IntPtr without unsafe in C#?...

c#pointersunsafe

Read More
Why is the destructor not called for Box::from_raw()?...

rustsmart-pointersunsafe

Read More
C# memory after fixed and the Garbage Collector...

c#pointersgarbage-collectionunsafe

Read More
Is aliasing of mutable references correct in unsafe code?...

rustmutableunsafepointer-aliasing

Read More
Copy Byte Array into Generic Type without Boxing...

c#genericsmarshallingunsafe

Read More
Memory values with java...

javamemoryunsafememory-addressdword

Read More
volatile Read/Write in C#(DotNet Core) for pointers...

c#.net-corevolatileunsafe

Read More
*(decimal*)d=XXXm results in another output than BinaryWriter.Write(XXXm)...

c#decimalunsafebinarywriter

Read More
is unsafe to copy a three-dimensional array using Arraylist?...

javaarraysarraylistunsafe

Read More
Converting from string to char* only copies the first character...

c#unsafe

Read More
Is storing data and a mutable pointer to that data in a struct safe?...

rustffiunsafe

Read More
Is it undefined behavior to dereference a *mut T cast to *mut ManuallyDrop<T>?...

rustundefined-behaviorunsaferaw-pointer

Read More
GetPinnableReference Implementation that Pins Underlying String...

.netpointersunsafec#-7.3

Read More
C# performance - Using unsafe pointers instead of IntPtr and Marshal...

c#cpinvokemarshallingunsafe

Read More
Is transmuting PhantomData markers safe?...

rustunsafe

Read More
Is ManuallyDrop<Box<T>> with mem::uninitialized defined behavior?...

rustundefined-behaviorunsafe

Read More
How do you pass an array-of-arrays to a function in C#?...

c#arraysmultidimensional-arrayunsafe

Read More
c# why is "unsafe" out of range between Application Address...

c#unsafe

Read More
How to restart USB Device without exiting Application...

c#winformsunsafe

Read More
getting the memory location for a java byte array using sun.misc.unsafe...

javaarraysunsafe

Read More
BackNext