About 3,340 results
Open links in new tab
  1. Proper workflow for x64dbg to Angr? - Reverse Engineering Stack …

    Feb 26, 2021 · I am trying to use Angr to reverse engineer a plugin for an application. This plugin is loaded via DLL by the main application. To debug, I use x64dbg to attach to the main application …

  2. Basic `angr` framework question- is something wrong with my solver?

    Aug 24, 2020 · angr is solving every other character and matching half of the flag, as if the flag is being treaded as a wide character string/utf16. I modified your script slightly to have a 20 character string, …

  3. Angr - Solve for function return value - Reverse Engineering Stack …

    I have been scouring the angr examples for a way to solve a symbolic variable for a function return value, but this doesn't seem to be possible. I'm currently trying to use run or execute with the find or …

  4. angr - project.loader.find_symbol ("main") does not works

    Jun 8, 2023 · When I am running it under angr environment - it simply does not finds main () function, while it can do so for other things like strcmp etc. Also, the same program when run under linux (g++) …

  5. buffer overflow - Using Angr in Vulnerability Research - Reverse ...

    Jul 4, 2019 · angr did find an unconstrained state, but it was not readily obvious how to examine the unconstrained state to determine the cause of the vulnerability. Once I find an unconstrained state, is …

  6. Nice documentation of the binary analysis tool "angr", to analyse ...

    Sep 4, 2022 · So, can anyone give me suitable pointers to documentation, tutorial, or even YouTube videos, which would help me to get familiarized with "angr", the relevant sections required for the …

  7. Why did I have gotten only null bytes argv variable from angr?

    WARNING | 2023-02-13 23:57:05,077 | angr.storage.memory_mixins.default_filler_mixin | The program is accessing memory with an unspecified value. This could indicate unwanted behavior.

  8. binary analysis - How do I perform concolic execution with Angr and ...

    I have read the angr docs multiple times now and can't figure out what to do. I cant shake the feeling that it should be simpler as angr is a symbolic execution engine that supports concolic execution, …

  9. How to export disassembly using angr - Reverse Engineering Stack …

    Apr 10, 2020 · How to export disassembly using angr Ask Question Asked 5 years, 9 months ago Modified 5 years, 9 months ago

  10. Simple angr example not working - Reverse Engineering Stack Exchange

    Jun 8, 2020 · I am trying to learn angr from beginning. Due to lack of simple tutorials I programmed my own little executable which angr should solve. The C code looks as follows: #include <stdio.h> …