KINGSABRI (KING SABRI)
- Login: KINGSABRI
- Registered on: 01/03/2018
- Last sign in: 07/20/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
07/22/2018
-
09:59 PM Ruby Bug #14928: [BUG] Segmentation fault | Fiddle with Windows APIs
- > The second argument of RtlMoveMemory is source pointer, not the size.
> ...
While troubleshooting, I tried to allocate a memory, returns a pointer as the following:
~~~ ruby
buf = Pointer.malloc(Fiddle::SIZEOF_CHAR * shellcode.size...
07/20/2018
-
09:06 PM Ruby Bug #14928 (Rejected): [BUG] Segmentation fault | Fiddle with Windows APIs
- Hello guys
I need help in `Fiddle` it's really missing documentation and examples
I have the following code (https://gist.github.com/KINGSABRI/1871e748b51b6ef5c8f61a49a909b8c3)
The full error is right down the code
I'm trying to c...
01/05/2018
-
03:43 PM Ruby Feature #14278: Ambiguous Exception for OpenSSL::HMAC.digest
- thanks @shevegen for your reply.
and yeah I believe we completely agree on everything here. The error should be more description at the same time not losing the known error class in our case (TypeError). the backtrace or the message th...
01/04/2018
-
02:37 PM Ruby Feature #14278: Ambiguous Exception for OpenSSL::HMAC.digest
- Hanmac (Hans Mackowiak) wrote:
> the Error Message is common for all other stuff, check for example File.read(nil) has same error:
> ...
Thanks for your reply, and yeah that's the point. Errors must be more specific to reduce debugging...
01/03/2018
-
07:53 PM Ruby Feature #14278 (Open): Ambiguous Exception for OpenSSL::HMAC.digest
- The `OpenSSL::HMAC.digest` shows unclear and ambiguous exception when key is nil.
~~~ ruby
require 'openssl'
key = nil
OpenSSL::HMAC.digest(OpenSSL::Digest.new('sha256'), key, 'RubyRuby')
TypeError: no implicit conversion of n...