mirror of
https://github.com/geohot/qira
synced 2025-03-12 10:03:40 +03:00
switch license to MIT, update links, prepare for 1.3
This commit is contained in:
parent
60e51a4b7f
commit
726eb35cca
7
LICENSE
Normal file
7
LICENSE
Normal file
@ -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.
|
@ -1,15 +1,15 @@
|
||||
# QIRA
|
||||
|
||||
[](https://gitter.im/BinaryAnalysisPlatform/qira?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/BinaryAnalysisPlatform/qira)
|
||||
[](https://gitter.im/geohot/qira?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](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
|
||||
|
||||
@ -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/
|
||||
|
@ -63,8 +63,7 @@ a {
|
||||
<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">
|
||||
@ -83,7 +82,7 @@ a {
|
||||
<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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user