atosl 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcf2f819cf10ef934ef1c7c741af28d4eaafd907
4
- data.tar.gz: 35db780cd14acb2383c4973fe35d5ea5a96b57be
3
+ metadata.gz: 0fe68ea341a98416ab99ec6620b0749d5b475a7b
4
+ data.tar.gz: 4e259ef73a5ecf49249e3118a9e2f17b57788096
5
5
  SHA512:
6
- metadata.gz: ee47e199ed2aa3fb9908730f31da057cd1876194089d3a91c003906c9fb1536c84526fb599303b04cfc15c5c0bffa8818f50bb48a5ef93e77fe2fdd48873f5ce
7
- data.tar.gz: 2c722675ecf90dab8483006e802dfe0648095f01c51775cf0d4262ead079d65ad3bff8ee6577af855cbbccd47275cbe39009e75c26129b218e28ff183b5dbaa3
6
+ metadata.gz: 197b1bcac45052bbb9fd5618aedb1fa1c172fc20e705025a261db8e228dd987ccfd641802a9bd82048697df87e410048136d5e51a65f5f799759ae663596ada0
7
+ data.tar.gz: 14b6b34a8256812d7af648ef5433a62269f6d1bbb4a7ed46cfc1879604864c694354ca602f44b4dc2837f2cf414d5e45e0a5d8cbb842c11170915937abdad10f
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Atosl
2
2
 
3
- TODO: Write a gem description
3
+ atosl is used for converting binary addresses within a macho file to symbols for Linux platform.
4
4
 
5
5
  ## Installation
6
6
 
@@ -20,6 +20,10 @@ Or install it yourself as:
20
20
 
21
21
  Usage: atosl --arch architecture -o executable -a [address,address,...]
22
22
 
23
+ ## Example
24
+
25
+ atosl --arch armv7s -o ~/res/CrashTest3Dwarf.thin -a 0x0000b1e7,0x123123
26
+
23
27
  ## Reference
24
28
 
25
29
  [Original](https://github.com/renoqiu/atosl "atosl").
data/atosl.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["dechao.qiu@gmail.com"]
11
11
  spec.summary = %q{atos for Linux.}
12
12
  spec.description = %q{atosl is used for converting binary addresses within a macho file to symbols.}
13
- spec.homepage = "https://github.com/renoqiu/atosl"
13
+ spec.homepage = "https://github.com/renoqiu/atosl_ruby"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
data/lib/atosl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Atosl
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atosl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reno Qiu
@@ -86,7 +86,7 @@ files:
86
86
  - lib/atosl.rb
87
87
  - lib/atosl/version.rb
88
88
  - test/test_atosl.rb
89
- homepage: https://github.com/renoqiu/atosl
89
+ homepage: https://github.com/renoqiu/atosl_ruby
90
90
  licenses:
91
91
  - MIT
92
92
  metadata: {}