Skip to content

Instantly share code, notes, and snippets.

View carotinoid's full-sized avatar

Kim Jaehwan carotinoid

View GitHub Profile

ret-to-nowhere

Analysis

The binary is very simple 32-bit ELF executable. The decompiled code is as follows:

int __cdecl main(int argc, const char **argv, const char **envp)
{
  void *retaddr; // [esp+8h] [ebp+4h] BYREF

 init();