what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New
Showing 1 - 24 of 24 RSS Feed

Files from Nguyen Anh Quynh

Email addressaquynh at gmail.com
First Active2006-10-09
Last Active2023-07-06
Capstone 5.0
Posted Jul 6, 2023
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: A dozen updates and additions.
tags | tool
systems | unix
SHA-256 | df24344407baa7415eeb006f742afc9b92cd33abf2c4c120a6e97cfb376882dc
Unicorn 1.0.3
Posted May 26, 2021
Authored by Nguyen Anh Quynh | Site unicorn-engine.org

Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework.

Changes: Fixed some building issues. Fixed some issues in the core. Arm BE8 mode now supported. Various other updates.
tags | tool
systems | unix
SHA-256 | 64fba177dec64baf3f11c046fbb70e91483e029793ec6a3e43b028ef14dc0d65
Unicorn 1.0.2
Posted Oct 26, 2020
Authored by Nguyen Anh Quynh | Site unicorn-engine.org

Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework.

Changes: Updated for the first time in 3.4 years. Bug fixes, new APIs, and more bindings included.
tags | tool
systems | unix
SHA-256 | 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52
Keystone 0.9.2
Posted Jun 23, 2020
Authored by Nguyen Anh Quynh | Site keystone-engine.org

Keystone is a lightweight multi-platform, multi-architecture assembler framework. Highlight features include multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Hexagon, Mips, PowerPC, Sparc, SystemZ, and X86 (include 16/32/64bit). It has a clean and lightweight architecture-neutral API. It's implemented in C/C++ languages, with bindings for Python, NodeJS, Ruby, Go and Rust available and also has native support for Windows and various Unix flavors.

Changes: Added a better installer for Linux , an Ethereum VM architecture, and various other updates.
tags | tool, x86, python, ruby
systems | windows, unix
SHA-256 | c9b3a343ed3e05ee168d29daf89820aff9effb2c74c6803c2d9e21d55b5b7c24
Capstone 4.0.2
Posted May 8, 2020
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: This release fixes some bugs of version 4.0.1, as well as introduces some improvements for several bindings.
tags | tool
systems | unix
SHA-256 | 7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a
Capstone 4.0.1
Posted Jan 10, 2019
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: This release fixes some minor bugs of v4.0, as well as introduces some improvements for Python binding.
tags | tool
systems | unix
SHA-256 | 79bbea8dbe466bd7d051e037db5961fdb34f67c9fac5c3471dd105cfb1e05dc7
Capstone 4.0
Posted Dec 19, 2018
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Release 4.0 is a stable release version, with important fixes in the core and several bindings against version 3.0.5.
tags | tool
systems | unix
SHA-256 | 26c6461618670d59215635602ef5fb6f90bf6724006983af88e4983d6af1e67a
Capstone 3.0.5
Posted Jul 18, 2018
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Fixed the include path for Android builds when building cstool. Added possibility to disable universal build for Mac OS. Various other updates and fixes.
tags | tool
systems | unix
SHA-256 | 913dd695e7c5a2b972a6f427cb31f2e93677ec1c38f39dda37d18a91c70b6df1
Capstone 3.0.5
Posted Mar 3, 2017
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Release 3.0.5-RC2 is a release candidate version, with important fixes in the core and several bindings.
tags | tool
systems | unix
SHA-256 | 587c092454ad59137686529f3c008c265cc6d427a85d5d2e8f6a902b72d215b3
Keypatch 2.1
Posted Jan 18, 2017
Authored by Nguyen Anh Quynh | Site keystone-engine.org

Keypatch is a plugin of IDA Pro for Keystone Assembler Engine.

Changes: Added a new function to search for assembly instructions, so it is easy to grep for ROP gadgets in the binary. This will be helpful for exploitation writers. Removed the "Assembler" function, which is redundant since now you can also do that with the "Search" function above. Better documentation for Linux and Windows installs.
tags | tool
systems | unix
SHA-256 | 8b8b3572b1049ef7d1c1f53be469e17b4a5c534d760c2d05bb2c6aa6de27ff10
Keypatch 2.0
Posted Sep 15, 2016
Authored by Nguyen Anh Quynh | Site keystone-engine.org

Keypatch is a plugin of IDA Pro for Keystone Assembler Engine.

Changes: Various issues addressed. Better support for Python 2.6 and older IDA versions.
tags | tool
systems | unix
SHA-256 | ac8fecccf11ba40a14bf2ad5bea920bf53440cc0b4c59b963b860dc8ad64f401
Keystone 0.9.1
Posted Jul 27, 2016
Authored by Nguyen Anh Quynh | Site keystone-engine.org

Keystone is a lightweight multi-platform, multi-architecture assembler framework. Highlight features include multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Hexagon, Mips, PowerPC, Sparc, SystemZ, and X86 (include 16/32/64bit). It has a clean and lightweight architecture-neutral API. It's implemented in C/C++ languages, with bindings for Python, NodeJS, Ruby, Go and Rust available and also has native support for Windows and various Unix flavors.

Changes: Various updates.
tags | tool, x86, python, ruby
systems | windows, unix
SHA-256 | e9d706cd0c19c49a6524b77db8158449b9c434b415fbf94a073968b68cf8a9f0
Keystone 0.9
Posted May 31, 2016
Authored by Nguyen Anh Quynh | Site keystone-engine.org

Keystone is a lightweight multi-platform, multi-architecture assembler framework. Highlight features include multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Hexagon, Mips, PowerPC, Sparc, SystemZ, & X86 (include 16/32/64bit). It has a clean and lightweight architecture-neutral API. It's implemented in C/C++ languages, with bindings for Python, NodeJS, Ruby, Go and Rust available and also has native support for Windows and various Unix flavors.

tags | tool, x86, python, ruby
systems | windows, unix
SHA-256 | 94c58243dae1ec65a97d2ba02abb2323b4e5c82501eb7f8cfd85b460a0194157
Capstone 3.0.4
Posted Jul 21, 2015
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Release 3.0.4 is a stable version with important fixes in the core and Python bindings.
tags | tool
systems | unix
SHA-256 | 5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2
Capstone 3.0.3
Posted May 8, 2015
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Release 3.0.3 is a stable version with important fixes in the core and Python bindings.
tags | tool
systems | linux, unix
SHA-256 | fc2741e7bc5fb23e2f960a54da3fe9858cf01ff45a1cf9bacb88a5870d0dec6e
Capstone 3.0.2
Posted Mar 11, 2015
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Release 3.0.2 is a stable version with important fixes in the core and Python bindings.
tags | tool
systems | linux, unix
SHA-256 | b1b512d1117ee606e58cff793de17bccbd47b0d59d3b269f8c4c3f04a6d117f7
Capstone 3.0.1
Posted Feb 3, 2015
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Release 3.0.1 is a stable version with important fixes in the core & Python bindings.
tags | tool
systems | linux, unix
SHA-256 | 38fc736830de83ae345d917a6c122e2a09119ec5724b553174ddf84062cf2551
Capstone 3.0
Posted Nov 19, 2014
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: This release isa stable version with major changes on the core and bindings.
tags | tool
systems | linux, unix
SHA-256 | 9d7219376ce801e95b4c148dd9464098836a6d209c2396f8ee283a7a6aa16544
Capstone 2.1.2
Posted Apr 2, 2014
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Now supports cross-compilation for all iDevices (iPhone/iPad/iPod). X86: does not print memory offset in negative form. Fixed a bug in X86 where Capstone cannot handle some short instructions. Print negative numbers in range [-9, -1] without prefix 0x (Arm, Arm64, Mips). Various other updates.
tags | tool
systems | linux, unix
SHA-256 | 49e41d662c5ed4dcd391ec4cfce75fb31ca4bfd245eba9e8f0cb69d6f6e8d7cc
Capstone 2.1.1
Posted Mar 13, 2014
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: This stable release fixes some bugs deep in the core. There is no update to any architectures or bindings, so bindings version 2.1 can still be used with this version 2.1.1 just fine. Fixed a crash and a buffer overflow.
tags | tool
systems | linux, unix
SHA-256 | 8af3c0a0f439d516277f308938935003d072f34a34fcf2e8dcf07dd415b1ca65
Capstone 2.1
Posted Mar 6, 2014
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Various bug fixes and added support.
tags | tool
systems | linux, unix
SHA-256 | 5ebc168212a159218a4454c72d0c060b8a8af78605b93b214b3d6c5e2a124896
Capstone 2.0
Posted Jan 23, 2014
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

Changes: Library size is around 50% smaller. Much less memory usage. Framework is way faster. Various other updates and enhancements.
tags | tool
systems | linux, unix
SHA-256 | 5d871b1e52047d1b2882bbcc6f049205ba6acc8d55d746937d22af5d0b33fa9e
Capstone 1.0
Posted Dec 21, 2013
Authored by Nguyen Anh Quynh | Site capstone-engine.org

Capstone is a multi-architecture, multi-platform disassembly framework. It has a simple and lightweight architecture-neutral API, thread-safe by design, provides details on disassembled instruction, and more.

tags | tool
systems | linux, unix
SHA-256 | 3fb3512b0476d03dcd1b347b0ff6b966216bf6d0158f79374aec4aa67cd30eca
DAY_2_-_Nguyen_Anh_Quynh_-_Towards_an_Invisible_Honeypot_Monitoring_Tool.pdf
Posted Oct 9, 2006
Authored by Nguyen Anh Quynh | Site conference.hitb.org

HITBSecConf2006 Presentation - Towards an Invisible Honeypot Monitoring System.

SHA-256 | 4a9b4c63d47b9b96eea0f12e6cefc0b433c2b7fae81bd20cbb93d36c468cfef6
Page 1 of 1
Back1Next

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close