Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8313291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:26:38+00:00 2026-06-08T20:26:38+00:00

I logged some data from GDB to a file, gdb.txt, which looks like this:

  • 0

I logged some data from GDB to a file, gdb.txt, which looks like this:

    0x00fca0ab:    pop    ebp
    0x00fca0ac:    dec    edx
    0x00fca0ad:    xlat   BYTE PTR ds:[ebx]
    0x00fca0ae:    jmp    0xb31bbe76
    0x00fca0b3:    mov    bl,0x8a
    0x00fca0b5:    fmul   DWORD PTR [edi+0x21828f9b]
    0x00fca0bb:    mov    BYTE PTR [ebp+0x45],ah
    0x00fca0be:    adc    BYTE PTR ds:0x66e7d2ad,ch
    0x00fca0c4:    xchg   edx,eax

I want to search for specific ROP gadgets, so I would be looking for something like:

    [address]:    xchg   esi,eax
    [address]:    ret

How would I go about searching for such text? I would have to look in specific columns so what would be the best way to do so? BTW this is Ubuntu 11.10.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T20:26:39+00:00Added an answer on June 8, 2026 at 8:26 pm

    try this:

    awk '{print $2}' gdb.txt #it prints the second column in the file
    

    then you can look for needed data by using grep. In total:

    awk '{print $2}' gdb.txt | grep data
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like some advice on the best approach for transferring DB data from
Hi I found out that my application causes some errors which are logged in
So I have this function that gets data from database and echoes it. The
I have a site on which I'm including a userBox with some data shown
I have a basic VB.Net application that gets data from some websites and then
I am trying to extract some data from a private forum. I created a
I want to fetch data from the webpage, that contains some json data. The
We started with Redis, storing active data, logged in users, etc. We're using some
I have a UITableView which is populated with some parsed JSON twitter data. The
My UITable View does not refresh from its data source of an array, which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.