Skip to content

Commit

Permalink
switch license to MIT, update links, prepare for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Mar 23, 2019
1 parent 60e51a4 commit 726eb35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright (c) 2018, George Hotz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# QIRA

[![Join the chat at https://gitter.im/BinaryAnalysisPlatform/qira](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BinaryAnalysisPlatform/qira?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/BinaryAnalysisPlatform/qira.svg?branch=master)](https://travis-ci.org/BinaryAnalysisPlatform/qira)
[![Join the chat at https://gitter.im/geohot/qira](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/geohot/qira?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/geohot/qira.svg?branch=master)](https://travis-ci.org/geohot/qira)

* QIRA is a competitor to strace and gdb
* See http://qira.me/ for high level usage information
* All QIRA code is released under GPLv2 or BSD
* All QIRA code is released under MIT license
* Other code in this repo released under its respective license

## Installing release

See instructions on [qira.me](http://qira.me/) to install 1.2
See instructions on [qira.me](http://qira.me/) to install 1.3

## Installing trunk

Expand All @@ -28,6 +28,7 @@ cd qira/

## Releases

* v1.3 -- Update using pinned python packages
* v1.2 -- Many many changes. Forced release due to v1.0 not working anymore.
* v1.1 -- Support for names and comments. Static stuff added. Register colors.
* v1.0 -- Perf is good! Tons of bugfixes. Quality software. http://qira.me/
Expand Down
5 changes: 2 additions & 3 deletions extra/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="https://github.com/BinaryAnalysisPlatform/qira">github</a></li>
<li><a href="https://code.google.com/p/qira/">Source</a></li>
<li><a href="https://github.com/geohot/qira">github</a></li>
</ul>
<!--
<ul class="nav navbar-nav navbar-right">
Expand All @@ -83,7 +82,7 @@ <h2>QIRA is a <span class="timeless">timeless</span> debugger.</h2>
<p>All state is tracked while a program is running, so you can debug in the past.</p>
<h2>Install it now.</h2>
<p>Linux required, 64-bit Ubuntu recommended.</p>
<kbd>cd ~/ && wget -qO- https://github.com/BinaryAnalysisPlatform/qira/archive/v1.2.tar.gz | tar zx && cd qira-1.2 && ./install.sh</kbd>
<kbd>cd ~/ && wget -qO- https://github.com/geohot/qira/archive/v1.3.tar.gz | tar zx && cd qira-1.3 && ./install.sh</kbd>
<h2>b *0x8048446</h2>
<pre style="max-width:620px">Your breakpoint was hit 5 times, at change 90, 111, 128, 145, and 162.
I drew red lines in the vtimeline for you to signify this.
Expand Down

0 comments on commit 726eb35

Please sign in to comment.