djn3m0
djn3m0
Hi, It seems that mpscript is looking to find strtod in export functions from mpengine.dll, but it is not there! I checked some different version of that dll none of...
I simply downloaded the jsshell from https://download-origin.cdn.mozilla.net/pub/firefox/tinderbox-builds/mozilla-central-linux64-asan/1470564121/jsshell-linux-x86_64-asan.zip and extracted it in build/dist and its working: /build/dist$ ./js js> but when i tried to running/fuzzing it using $./bot.py --test-type=js i got...
Hello, I want to hook a function that in the C source code it is indeed a function, but when compiled it is inlined by compiler optimizations. What are my...
hi, i load the donut file like so, ``` void* exec = VirtualAlloc(0, size, MEM_COMMIT, PAGE_EXECUTE_READWRITE); memcpy(exec, data, size); ((void(*) ())exec)(); ``` how can i capture the output of the...
Hi, I'm loading a very simple PE file using this loader that only prints hello world but once loaded with this loaded it never returns? The executable is loaded and...
Hello, I'm trying to build nghttp2-asio from source code with visual studio 2022, **Project location :** ``` C:\Users\user\Desktop>ls nghttp2 nghttp2-asio ``` **Environment variables :** ``` C:\Users\user\Desktop>echo %OPENSSL_ROOT_DIR% C:\openssl-3.2.0\Lib\x64\Debug\ C:\Users\user\Desktop>echo %OPENSSL_CRYPTO_LIBRARY%...
Hi, Im on VM running XUbuntu 22.04 x64, `Linux xubun2204 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux` and I loaded hook I compiled the...
Hi, ``` from argparse import Namespace import ghidrecomp ... ... ... def decompile_elf2(self, binary_path, output_file): ns = Namespace(bin=binary_path, cppexport=False, filters=None, project_path='ghidra_projects', gdt=None, output_path='ghidrecomps', skip_cache=False, sym_file_path=None, symbols_path='symbols', skip_symbols=False, thread_count=4, va=False, fa=False,...
Hi, I'm trying to diff binary files automatically and unattended. I tried, ``` ida64.exe -A -B -Sc:\Users\user\Desktop\diaphora\diaphora.py c:\Users\user\Desktop\ntos\test1.exe ``` But I have two issues, 1. I cannot tell when the...