Ida pro для линукс

Arch Linux User Repository

@tamirzb and others, I am no longer subscribed to IDA updates, and starting from 7.5 I am no longer be able to test the PKGBUILD. I can disown this package if someone is willing to take over.

fenugrec commented on 2020-04-02 16:46 (UTC)

@gardotd426 , it’s not that simple : I can’t give a URL since this is the pro version; I also can’t list it in the source= array either, and the checksum alway varies anyway. I just either symlink to my own ‘idapronl_7.4.run’ or edit PKGBUILD.

However if you have ideas how to improve this I’m open to suggestions.

gardotd426 commented on 2020-04-02 15:39 (UTC)

@fenugrec the PKGBUILD seems broken.

 ==> Starting package(). Enter your installation password: matt cp: cannot stat '/tmp/makepkg/ida-pro/src/idapronl_7.4.run': No such file or directory ==> ERROR: A failure occurred in package(). Aborting. 

Which would make sense, give that it’s not provided at all in source= along with no source url being provided.

fenugrec commented on 2020-03-31 13:14 (UTC)

@jamezrin haha you’re right, I hadn’t noticed. I removed it anyway, it doesn’t belong in there.

jamezrin commented on 2020-03-31 11:07 (UTC)

I don’t know if variables work in the description, but you are missing the $ sign anyways, it doesn’t work

Copyright © 2004-2023 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

IDA: Linux Debugger

Hex-Rays background banner

Since version 4.7, IDA offers a console Linux debugger and a console Linux disassembler (since version 5.1 IDA also offers a Mac OS X debugger and disassembler). The Linux version of IDA brings the power of combined disassembly and debugging to the Linux world. Like its Windows sibling, the IDA Linux Disassembler comes in two versions that differ only by the number of processors they support: click here for a list of processors supported by the Starter and Professional version of IDA.

  • is able to disassemble any file supported by the Windows version.
  • supports all the features of the Windows console version, including interactivity, scripting and plugins.
  • offer local debugging of Linux executables.
  • can connect to Windows machines running our debugging server and debug Windows executables.
  • remote debugging server that allows you to debug Linux programs from another Linux machine, or even a Windows one.
Читайте также:  Открыть второе окно терминала linux

Below: the Linux Debugger working locally.

Below: the Windows Debugger about to debug a remote Linux binary.

A typical use of the remote linux debugger would be the safe analysis of an hostile Windows binary: the Linux debugger, for example, brings unprecedented flexibility and security to the virus analyst. A typical use of the remote Windows debugger would be Linux debugging in a comfortable, well known GUI.

The IDA debugger, disassembler and remote debuggers are not sold separately but are included in the normal IDA distribution.

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

This will let you run IDA Pro (Windows) on Linux using Docker and Wine with X11 Forwarding over SSH.

nicolaipre/idapro-docker

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

This will let you run IDA Pro (Windows) on Linux using Docker and Wine with X11 Forwarding over SSH.

You may also adjust this to your own liking to run the Linux version without Wine.

  1. Ensure you have a SSH public key in ~/.ssh/ .
  2. Add the extracted IDA Pro files to a folder named IDA within idapro-docker .
  3. Build the Docker idapro image: ./build.sh
  4. Run a new container from image: ./run.sh
  5. Open a shell with: ./shell.sh
  6. Run the following commands in the shell, and install these packages manually (can probably be automated):
$ wget https://www.python.org/ftp/python/3.9.6/python-3.9.6-amd64.exe $ winetricks --force dotnet452 corefonts $ WINEARCH=win64 winetricks -q win10 $ wine python-3.9.6-amd64.exe # Remember to add Python 3.9 to PATH.
  • Run IDA Pro with ./ida.sh or ./ida64.sh
  • To stop the running container: ./stop.sh
  • To start the container again without reinstalling: ./start.sh
  • Tested with IDA Pro 7.5
  • This was thrown together in a couple of hours since I wanted IDA Pro to work on my Linux distro, but I did not have the Linux version of IDA Pro.
  • Other related projects worth looking at:
    • https://github.com/intezer/docker-ida
    • https://github.com/thawsystems/docker-ida
    • https://gist.github.com/williballenthin/1c6ae0fbeabae075f1a4

    About

    This will let you run IDA Pro (Windows) on Linux using Docker and Wine with X11 Forwarding over SSH.

    Источник

    Saved searches

    Use saved searches to filter your results more quickly

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

    🏁 IDA7.0 Freeware for Windows,Linux and Mac

    License

    AngelKitty/IDA7.0

    This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

    Name already in use

    A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

    Sign In Required

    Please sign in to use Codespaces.

    Launching GitHub Desktop

    If nothing happens, download GitHub Desktop and try again.

    Launching GitHub Desktop

    If nothing happens, download GitHub Desktop and try again.

    Launching Xcode

    If nothing happens, download Xcode and try again.

    Launching Visual Studio Code

    Your codespace will open once ready.

    There was a problem preparing your codespace, please try again.

    Latest commit

    Git stats

    Files

    Failed to load latest commit information.

    README.md

    IDA(Interactive Disassembler Professional) is a disassembler for computer software which generates assembly language source code from machine-executable code. It supports a variety of executable formats for different processors and operating systems. It also can be used as a debugger for Windows PE, Mac OS X Mach-O and Linux ELF executables. A decompiler plug-in for programs compiled with a C/C++ compiler is available at extra cost. The latest full version of IDA Pro is commercial; while an earlier and less capable version is available for download free of charge. (version 7.0 as of February 2018)

    IDA performs automatic code analysis, using cross-references between code sections, knowledge of parameters of API calls, and other information. However, the nature of disassembly precludes total accuracy, and a great deal of human intervention is necessarily required; IDA has interactive functionality to aid in improving the disassembly. A typical IDA user will begin with an automatically generated disassembly listing and then convert sections from code to data and vice versa, rename, annotate, and otherwise add information to the listing, until it becomes clear what it does.

    All you need is to download the idafree70_windows.exe , double-click it and complete the installation.

    IDA is still, as of this writing (November 7th, 2018), a 32-bit application and both IDA & its installer(*) require certain 32-bit libraries to be present on your Linux system before they can run.

    Here is the list of commands you need to run in order to install those dependencies, for the following systems:

    • Debian & derivative systems such as Ubuntu, Xubuntu, …
    • Red Hat Enterprise Linux 7.2 (and likely other versions as well)

    Note: we cannot possibly install & try IDA on all flavors/versions of all Linux distributions, but we will do our best to keep updating this post with relevant information, if we realize there is a distribution requiring special instructions.

    (*) that is: if you want the installer to run a graphical interface, instead of a command-line one.

    Common dependencies

    The following should allow IDA to run on most Linux systems deriving from Debian distributions:

    sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6-i686:i386 libexpat1:i386 libffi6:i386 libfontconfig1:i386 libfreetype6:i386 libgcc1:i386 libglib2.0-0:i386 libice6:i386 libpcre3:i386 libpng12-0:i386 libsm6:i386 libstdc++6:i386 libuuid1:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxdmcp6:i386 libxext6:i386 libxrender1:i386 zlib1g:i386 libx11-xcb1:i386 libdbus-1-3:i386 libxi6:i386 libsm6:i386 libcurl3:i386

    It is also necessary to run those commands, get a usable GUI for IDA on Xubuntu 15.10:

    sudo apt-get install libgtk2.0-0:i386 gtk2-engines-murrine:i386 gtk2-engines-pixbuf:i386

    Red Hat Enterprise Linux 7.2

    IDA will require the following packages to work properly on RHEL 7.2 (and probably any other RPM-based distribution) :

    redhat-lsb-core.i686 glib2.i686 libXext.i686 libXi.i686 libSM.i686 libICE.i686 freetype.i686 fontconfig.i686 dbus-libs.i686

    Install IDA7.0

    On Ubuntu18.04 for example. You can download the idafree70_linux.run to your localhost, and use the following commands to install IDA.

    git clone https://github.com/AngelKitty/IDA7.0.git cd IDA7.0/ chmod +x idafree70_linux.run ./idafree70_linux.run

    If you haven’t installed git before, you can run following command to get git.

    When you see the following interface, it means you success.

    ida-install

    Then you have to click “next” to complete the installation. When you meet the Installation Directory solution, It is suggested to change the default path, and then select the directory /opt/. where IDA will be installed, like this:

    Then create a symbolic link to the /usr/bin folder.

    sudo ln -s /opt/idafree-7.0/ida64 /usr/bin

    Then you can test ida64 command and it should work.

    Maybe you meet the problem like «Package ‘libstdc++.so.5’ has no installation candidate», you can run the following command to solve.

    sudo apt-get install libstdc++5:i386

    Then you can start your ida trip.

    Desktop entries(.desktop file) are the configuration files that describe how an application is launched and which type of data it can handle. They also configure how an application appears in a menu with an icon. If you want to create a .desktop file, you can create a ida.desktop and write the following lines to it:

    [Desktop Entry] Version=7.0 Name=Ida64 Exec=/usr/bin/ida64 Icon=/opt/idafree-7.0/appico64.png Terminal=false Type=Application Categories=Application;Development;Utility; Comment=Ida Pro 64bit

    Save this file as «ida.desktop» at ~/.local/share/applications/ida.desktop

    Download the idafree70_mac.tgz and decompress, and then you can just double-click the .app file to install IDA or run the following commands to complete installation.

    cd idafree-7.0-osx-installer.app/Contents/MacOS/ chmod +x installbuilder.sh ./installbuilder.sh

    Other steps or configurations are the same as Linux.

    https://www.youtube.com/watch?v=3FnyzJ6bTEs
    https://www.hex-rays.com/products/ida/support/download_freeware.shtml

    Thanks to Daniel Sc4 for upload the videos.

    About

    🏁 IDA7.0 Freeware for Windows,Linux and Mac

    Источник

Оцените статью
Adblock
detector