fridump | A universal memory dumper using Frida | Reverse Engineering library

 by   Nightbringer21 Python Version: Current License: No License

kandi X-RAY | fridump Summary

kandi X-RAY | fridump Summary

fridump is a Python library typically used in Utilities, Reverse Engineering applications. fridump has no bugs, it has no vulnerabilities and it has low support. However fridump build file is not available. You can download it from GitHub.

Fridump (v0.1) is an open source memory dumping tool, primarily aimed to penetration testers and developers. Fridump is using the Frida framework to dump accessible memory addresses from any platform supported. It can be used from a Windows, Linux or Mac OS X system to dump the memory of an iOS, Android or Windows application.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fridump has a low active ecosystem.
              It has 591 star(s) with 127 fork(s). There are 25 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 11 open issues and 11 have been closed. On average issues are closed in 267 days. There are 10 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of fridump is current.

            kandi-Quality Quality

              fridump has 0 bugs and 0 code smells.

            kandi-Security Security

              fridump has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              fridump code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              fridump does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              fridump releases are not available. You will need to build from source code and install.
              fridump has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.
              fridump saves you 71 person hours of effort in developing the same functionality from scratch.
              It has 183 lines of code, 6 functions and 3 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed fridump and discovered the below as its top functions. This is intended to give you an instant insight into fridump implemented functionality, and help decide if they suit your requirements.
            • Manage command line interface
            • Splitter
            • Dump data to a file
            • Dump data to file
            • Generate a list of strings
            • Print a progress bar
            Get all kandi verified functions for this library.

            fridump Key Features

            No Key Features are available at this moment for fridump.

            fridump Examples and Code Snippets

            No Code Snippets are available at this moment for fridump.

            Community Discussions

            QUESTION

            Memory leaks sensitive information - Ionic
            Asked 2022-Mar-10 at 14:51

            In our application, during the security testing, they were able to get the request and response details from the memory dump. Please find the following details they were able to get from the dump, is there any option or process we can implement to remove this from happening:

            ...

            ANSWER

            Answered 2022-Mar-10 at 14:51

            We were not able to resolve the issue. The security team advised us to prevent the application from installing in a rooted device for now, and also have all the data saved in the mobile side encrypted.

            Source https://stackoverflow.com/questions/71351073

            QUESTION

            How to handle React Native Sensitive string information in memory
            Asked 2020-Mar-18 at 19:11

            Recently the security team has informed me that there’s sensitive data/ password stored in memory.

            For the password input, I’m using TextInput onChangeText to do a setstate for the password string before passing it to the API service payload (object with password string) to authenticate the user. Together with redux and redux thunk.

            The security team recommends to change the string to char array. I’m not sure how to go about it, since in the end I still need to pass the password string to the API payload and hence the sensitive password string will still be stored in the memory. Another recommendation is to encrypt the string, is it even possible to do this in memory? I’ve encrypt the API call before sending it out, but I’m not sure how to encrypt it in memory.

            To detect the string in memory, I’m using a jail broken iPhone with fridump to dump out the memory and use it with -s flag to extract the strings to a text file.

            ...

            ANSWER

            Answered 2020-Mar-13 at 09:08

            If your using TextInput of text type change it to password type for password and if in anycase you are storing username password in async-storage don't do it.

            Source https://stackoverflow.com/questions/60663811

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fridump

            To install Fridump you just need to clone it from git and run it:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/Nightbringer21/fridump.git

          • CLI

            gh repo clone Nightbringer21/fridump

          • sshUrl

            git@github.com:Nightbringer21/fridump.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Reverse Engineering Libraries

            ghidra

            by NationalSecurityAgency

            radare2

            by radareorg

            ILSpy

            by icsharpcode

            bytecode-viewer

            by Konloch

            ImHex

            by WerWolv