❌

Normal view

There are new articles available, click to refresh the page.
Before yesterdayHacker's Journal

Fusssing

28 December 2020 at 05:00
Alright tired today but doing two things. One fuzzing: /* SHSTDAPI SHParseDisplayName( PCWSTR pszName, IBindCtx *pbc, PIDLIST_ABSOLUTE *ppidl, SFGAOF sfgaoIn, SFGAOF *psfgaoOut ); */ #include <shlobj_core.h> #include <shlobj.h> #include <shlwapi.h> #include <iostream> #include <objbase.h> #include <string.h> #include <stdio.h> #include <stdlib.h> int OohBabyIneedSomeFuzz(const uint8_t *Data) { ULONG *ulong; LPCWSTR str2 =...

Moar Fuzz 3 - Electric Tree!!!

17 December 2020 at 05:00
Sorry for the nonsensical title. I’m a little drunk. Anyway, here’s a crash: ==15384==ERROR: AddressSanitizer: attempting to call malloc_usable_size() for pointer which is not owned: 0x0000004df3e0 #0 0x7ff6c5231fd4 in __sanitizer::BufferedStackTrace::UnwindImpl(unsigned __int64, unsigned __int64, void *, bool, unsigned int) C:\src\llvm_package_1100-final\llvm-project\compiler-rt\lib\asan\asan_stack.cpp:77 #1 0x7ff6c524d646 in __asan::asan_malloc_usable_size(void const *, unsigned __int64, unsigned __int64) C:\src\llvm_package_1100-final\llvm-project\compiler-rt\lib\asan\asan_allocator.cpp:986...

Journal

27 March 2020 at 04:00
layout: post title: Browser Fuzzing tags: [hacking] β€” Well it fucking happened. I stopped writing to this blog for a while. Who saw that coming? Anyway I’m making a comeback. The delay in posts was caused by πŸ₯ - me being in the fucking hospital. Some highlights: perfortated intestine, lost...
❌
❌