Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ronin-rb/ronin-code-asm

A Ruby DSL for crafting assmebly programs and shellcode.
https://github.com/ronin-rb/ronin-code-asm

Updated to GPLv3.

f7d925294ceabfddf6479785b98e8ae6772aee0f authored over 12 years ago
Changed Program#assemble to accept a path to the output file.

ce42bb34ea08a6e1304b49d07f52cbceb037441b authored over 12 years ago
Added Ronin::ASM::Shellcode.

2681cb9c9f87ebd29806ea90da52d02575d731a5 authored over 12 years ago
Merged the Ronin ASM DSL back into ronin-asm, from ronin-exploits.

32c11edf3039db15d6c6425e53a9ce5082b4f8a9 authored over 12 years ago
Removed an empty file.

14a1f874a70edc759e00f1b8a131ba9a431dcb6a authored over 13 years ago
Require data_paths ~> 0.3, ronin-support ~> 0.2 and ronin ~> 1.1.

dac30c7bebaf6365c2ff40aa9e4f6f1faee79c6d authored over 13 years ago
Renamed critical_region to critical.

d77f440945a3490f3029da1ca606b49d5f37a6d1 authored over 13 years ago
Link IRC to freenode webchat.

bdd9dc166d87f6d8754e23e969ae749a5a18515c authored over 13 years ago
Updated the gemspec to prevent version.rb from being loaded twice.

384253725a7f5a87d9fce46734e3a8a2157f1dc5 authored over 13 years ago
Use the new pure-Ruby gemspec from Ore 0.8.0.

cf5fc80b2d856872e782c71428603e2fb1e87f62 authored over 13 years ago
Bundle rake ~> 0.8.

b49c823c7ec60464c2c2227fbf2454111f21ccbd authored over 13 years ago
Require yard ~> 0.7.0.

890b469cd76444afaf4b7ab8f265eb3f279ea211 authored over 13 years ago
Dropped ronin-gen as a dependency, and upgraded data_paths and ronin-support.

86924f36c8a669adc8bcf1b4d4e1d91cf2bc0e50 authored over 13 years ago
Removed the ASM SourceFile generator.

0395813b10095a7b56703fd6e66ba3fc8d11a88b authored over 13 years ago
Forgot copyright header.

5efdffd8af3518e94a8e996db98ee1f95eb43890 authored almost 14 years ago
Copy the yasm requirement from ruby-yasm, to make it noticable.

f5437dab0d2342d8958e42a580c6ab6bc0103fa6 authored almost 14 years ago
Allow a Register to be added to another immediate.

c2771e374aad748b8591e637cc52d43ccfdc0551 authored almost 14 years ago
Use explicit splat for Immediates.

7cf6f93c75745fba651ae54a357d82b2b4512f01 authored almost 14 years ago
Removed * and + from Immediate, combinding immediates doesn't make sense.

78125b8ab6c2db52db0333bf549297261212b13e authored almost 14 years ago
Only prepend '$' to Integer operands, not all integers.

c1322ee091654c1b8cbc696be5f96e86b02e58ca authored almost 14 years ago
Fixed handling of Array operands.

5ddefbe946b12a145eb54339f198aff59185f6e1 authored almost 14 years ago
Fixed Syntax::ATT.emit_immediate.

ea4d7fe0003a7af40e4ff8cda9ff29a6d137280e authored almost 14 years ago
Changed the semantics of Register#[].

d4d5e51be42856a458a347fcdfc14a1478301fca authored almost 14 years ago
Allow immediates to be specified using Arrays.

481f7f819efc215d134b94c26c5dd2ea5129a1c5 authored almost 14 years ago
Fixed a typo.

788bdd59be6e80a1f27292dcfbc6c435ab75b462 authored almost 14 years ago
Added the reg_clear method.

d7f582bd6e91328b937c03feac1935b621dea04e authored almost 14 years ago
Fixed an issue where syscall regs were not being restored.

fbff60d57a3571c2c13d93e22588c5d3ee795423 authored almost 14 years ago
Refactored the API to allow cross-architecture usage of Program.

* Added OS::Linux, for Linux specific features like syscall().

39856b2d57144db8685ebf160e013924f8e91b7d authored almost 14 years ago
Fixed YAML typos.

d498172d7e7aa33e3991a72e68f2305360f4ea49 authored almost 14 years ago
Use register_data_path instead.

a829eefe60b5c8db90149f6b83b166fb21dfaed1 authored almost 14 years ago
Bundle data_paths edge.

36df400a998aa33b19f69c62c7243a28bb96166b authored almost 14 years ago
Added YAML files for the Linux syscalls.

08eedd2729a0c5ebdfa0e6aae7033ce26579be9d authored almost 14 years ago
Expose the registers.

60fa9bd3f7872073eb561a50d7f755bb94e038d1 authored almost 14 years ago
Updated the examples.

c1d6137829cedf10b97ec459b38a523e262665f2 authored almost 14 years ago
Allow Program#method_missing to call #label if there is a block and no arguments.

56f5e833086778a4bad66963aea4e34e6cf4a427 authored almost 14 years ago
Made register, instruction and label methods public.

b3257e7f9262c0942bccb0852254471610209a8f authored almost 14 years ago
Removed SourceCode and SourceFile.

38301d818041d9d102547288f14ce326ef5f6f41 authored almost 14 years ago
Added Program#label.

1b7b0dddc05ca5ef40983cf5b912b1a96c4f0936 authored almost 14 years ago
Added a basic DSL for generating Assembly Programs.

60ccecb29288c421574c8bac0e0637ddf8b123c8 authored almost 14 years ago
Added the dm adapters boilerplate code.

31e625933fa34bbc3ed721020a994885025d3e3c authored almost 14 years ago
Load configuration for ronin-asm when requiring 'ronin/asm'.

27727391b2fbc06eec6e3b08c2c2652e7e9d7186 authored almost 14 years ago
Updated the copyright dates.

9bb2ea3200b9f67e9486de0e096a63259e250b96 authored almost 14 years ago
Require ffi-udis86 ~> 0.1.

999526e40899709dafdaa2a7d7734914de8c0324 authored almost 14 years ago
Require ruby-yasm ~> 0.2.

7bed864b86d6fb6f68aac4a128014afd3143bf2c authored almost 14 years ago
Updated the Gemfile.

1601ab59ab26581bb7ded6dfd9eb0e9e611d3f66 authored almost 14 years ago
Require ronin-support ~> 0.1.0, ronin ~> 1.0.0 and ronin-gen ~> 1.0.0.

5083a1f9928b277ed502ce1867f0c8d3f63dfb5f authored almost 14 years ago
Opt into gem-testers.org.

6adc0cc610c3ab630cfedf149105635e00088817 authored almost 14 years ago
Updated the dependencies.

9747c3a39e41c13218e8c089dcd53b4b58cdd9f5 authored almost 14 years ago
Update the gemspec.

f51573939a21067cac7c36a177f4c1132dcc18e0 authored almost 14 years ago
Use kramdown to render markdown for YARD.

1e85b788281ac5f983c03419d1ebc6c4269eb20e authored about 14 years ago
Use BlueCloth on jruby.

160aa923e9ace0dbf4bc4179898779c5b0f8b39d authored about 14 years ago
Upgrade to yard ~> 0.6.4.

9932f90a5d475bce3d4256d7cec6187ab01bd811 authored about 14 years ago
Removed bin/* from the .document file.

5332c80d0efe77322ec4113c9532f4bc3a873459 authored about 14 years ago
Bundle ffi-udis86 ~> 0.1.0 from rubygems.

a38e8eeb60a809fe5607d33e150ac87fb5b36684 authored about 14 years ago
No longer track Gemfile.lock.

53f81af5c5f4c1566b13c49505611bf69614f675 authored about 14 years ago
No longer bundle my fork of dm-migrations.

c70e796b717c77584c3d7128d1e8180f632cec0d authored about 14 years ago
"2-space indentation."

e5bcf5e0f2673c82de3d4da1c76e83a504f61b16 authored about 14 years ago
"Improve links in the README."

09ec492ae9ee202ac88bbc0bd46414c886080c6a authored about 14 years ago
"Added vendor/cache to .gitignore."

ecd945b5a4856dd383cf7e127b7875524b5d2662 authored about 14 years ago
Upgraded to ronin ~> 1.0.0.

89ffb795b7cf8251656d88a8942da670efaffbfe authored about 14 years ago
"Upgraded to ore-tasks ~> 0.2.0."

8c50aa7133508d3233c013568bb8d162e5e10bef authored about 14 years ago
Temporarily commented 'ffi-udis86' out in the gemspec.yml.

958785c694f240e524c3ba56a446b71710da1a12 authored about 14 years ago
"Updated thor to 0.14.4."

4411b06e19681363e0829e0991364e07c12926e3 authored about 14 years ago
Bundle edge ffi-udis86.

be0d4fa4ca258b87447624cfcfd2cfc3b1455df4 authored about 14 years ago
"Updated ore to 0.2.3."

f3c007ff32aaa33899d8a26f1a6a61253c6b8220 authored over 14 years ago
"Updated ore and ore-tasks."

7d30b63549bc84f78f944f4a4d84f06643f87469 authored over 14 years ago
Updated ore.

797def7beb7bfe82fa83ea9b8555d3cc71cd3704 authored over 14 years ago
Updated ronin-support, ronin and ronin-gen.

08fc25556fdaa899f993c77101e962e4690aa647 authored over 14 years ago
Commented out ronin-support, ronin and ronin-gen.

fc57b427c63aed8370a34185ac333880fadec2bb authored over 14 years ago
Converted to Ore.

79bcb59d30875bcf2bccc9d446fd95058bbff289 authored over 14 years ago
Added a .document file.

cbc9e6d204b229f45e8d2619f61cc7cf9d091f7b authored over 14 years ago
Upgraded jeweler and yard.

125555481bb975fdbec45aed169d9b110f09c911 authored over 14 years ago
Upgraded to rspec 2.0.0.

8a2c2ef06ee37d1e07b29bb90f290f96fcd396be authored over 14 years ago
Upgraded to rspec ~> 2.0.0.rc.

78f12fec12a33e67234e19c114aa7cdcb7467ffa authored over 14 years ago
Bundle in the fork of dm-migrations needed for Ronin::Database.

5cfc0be233b8360e167a3a71cbbe6540665c1676 authored over 14 years ago
Remove old rubyforge link.

e5783996991d35699b9048a8ee1bedce056cdc97 authored over 14 years ago
Use [email protected] as the email.

54651db37ce6c899243d02fa50f7e189c90f8dc5 authored over 14 years ago
Updated the Requirements section.

611aeee47d0402ba9cb4d1508b1cb837c79ce5b9 authored over 14 years ago
Cleaned up dependencies by adding the edge dependencey group.

5279eb98345dcfde0bf1c573d576a762252a67f5 authored over 14 years ago
Upgraded to jeweler 1.5.0.pre3.

cb72d780191d0918c866879fadd70a885e0f1e8a authored over 14 years ago
Updated ronin.

247c1ede94e6fae01b8ad2cae27e37affb92b839 authored over 14 years ago
Update to yard ~> 0.6.0.

0a2a90df84d022627e86f834bf584576ba9f241a authored over 14 years ago
Remove Bundler as a development dependencey.

e22b68fc1637615c300979d2eef32e7c76814703 authored over 14 years ago
Updated to jeweler ~> 1.5.0.pre.

f6c2d1a3b46ac3c817f4db828798949b6abc2dfb authored over 14 years ago
Switching to http:// git URIs, for users behind overly strict proxies.

dd97521481eb908a3639b486f7bcead62cd6f726 authored over 14 years ago
Updated dependencies.

e7ba13f946e9c8878f187b8fd5129ecf4201ef93 authored over 14 years ago
Updated the gemspec.

2244d9bf118e3e7fb1a4cf1246028872035efe62 authored over 14 years ago
No longer run Bundler.setup in spec_helper.rb, since rspec2 has builtin `bundle exec` support.

71a8133c5ee82b65c00f6228522a9ea1f2dc33e3 authored over 14 years ago
Updated to rspec ~> 2.0.0.beta.20, so we can run specs on Rubinius.

9c458dfc51c14155978c29fc93798700d553eea2 authored over 14 years ago
Updated to jeweler ~> 1.5.0.

737e11d8b20b89695a8a4666f6214b23e12b71c5 authored over 14 years ago
Bundle the :default group now.

b2ef2f389035fb15689d0a7971424547ad096059 authored over 14 years ago
Re-add the GemcutterTasks to the Rakefile.

4becc052f21813e4c3c7b4d66da6b51157ad5b8d authored over 14 years ago
Updated to the latest Jeweler.

bd110631efbb9996324fdd36d9355449343d375d authored over 14 years ago
Use more of the RSpec 'subject' and 'let' helper methods.

faa7aa9adbfee265507083c3705fab0c9ac98d29 authored over 14 years ago
Updated the gemspec.

e1a5da31617db62338f404b8c00f64115f21d78f authored over 14 years ago
Require bundler ~> 1.0.0.

cfcc08c1b3f708954e56b00d9318afbdddcb64e4 authored over 14 years ago
Remove bundler from the runtime dependencies.

9b9aedd50d7b8980c0b0c6d8a69cd8bab973fd4d authored over 14 years ago
Updated the gemspec.

84347aef08274da3ae9d51d8670a50d6968f5cf5 authored over 14 years ago
Renamed .specopts to .rspec.

660326f403f74ad4121194a872a07348307b599b authored over 14 years ago
Upgraded to RSpec 2.0.0.beta.16.

69c3ce09e62333353ab4109df974fe4d4ba07320 authored over 14 years ago