Ecosyste.ms: OpenCollective

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

github.com/rizinorg/jsdec

Simple decompiler for Rizin
https://github.com/rizinorg/jsdec

added x86 jo/jno/rcl/rcr/adc

af1af0a10ca7fedee3bfa723589bce92e974dddb authored over 5 years ago by wargio <[email protected]>
Proper native stacktrace (#161)

* how i have the names in the files.. but super slow..

* fixes

98e61576158f625b5ff9ae7b45c79cd4f35c48c7 authored over 5 years ago by Giovanni <[email protected]>
fixed dex const-string

f21a411a399aa760385046d3d19360d4722a26e5 authored over 5 years ago by wargio <[email protected]>
use function instead of hardcoded

ab6e6621d37685c8e3188a9e452bfd02ccb125bc authored over 5 years ago by wargio <[email protected]>
added slow and fast mode, to get values on demand (#160)

1fd3dd72b1ac69c24ba42b792810dc87e48bdcac authored over 5 years ago by Giovanni <[email protected]>
fixed bug on dalvik invoke-direct

314a042e82ae91e9e10310c078aca0374290d105 authored over 5 years ago by wargio <[email protected]>
removed debug print

2cd0191397fa597d12af0281235758adb709992d authored over 5 years ago by wargio <[email protected]>
improvement of arm code and added arm local var assignment

651c6975004669bfd02fad5d7a33be7df6256938 authored over 5 years ago by wargio <[email protected]>
fixed missing return on gotos to return* in dalvik

7f12fee6f860fefe3f9797333f75da9d615823ef authored over 5 years ago by wargio <[email protected]>
fixed missing assign on args

ff2bfb4b804b2f1a5a3f6fc9bbeedd52ae0271d0 authored over 5 years ago by wargio <[email protected]>
fixed missing arm args in routine decl

137e9fa439cf5af57d35ff8ab2d5dbdb9dd0f9e1 authored over 5 years ago by wargio <[email protected]>
fixed ppc bugs and added some ppc instructions

8ab4606f61c2329eb9a7a36712eae1e54e26e468 authored over 5 years ago by wargio <[email protected]>
fixed arm rsbs and added fixes on null deref

013d18947a68a1aa7277701fabe35d3936b0fc23 authored over 5 years ago by wargio <[email protected]>
added debug as evar

042c6a505f335818e4460e29e29fa314106d0aeb authored over 5 years ago by wargio <[email protected]>
fixed bug on objc with reg call

fdfb8db51570aa3149b36af1a1b9afed7492fc66 authored over 5 years ago by wargio <[email protected]>
Update .gitignore

6798d46bdbdb71903240452bab36d6a6e9cb7d3d authored over 5 years ago by Giovanni <[email protected]>
Delete core_pdd.so

c9b509149689a650a5a06262a2630eaf995043a2 authored over 5 years ago by Giovanni <[email protected]>
Obj C support (#152)

* initial objc support

* Delete .directory

* more work on objc

* fixed issue with scanf...

6101712aa04f382cedfb67c3c56d06df411e0ccb authored over 5 years ago by Giovanni <[email protected]>
fixed missing arm instructions reported in issue #159

0c8a09b5f71541066ed82881d2fbffbcabb04dc6 authored over 5 years ago by wargio <[email protected]>
added offset (#158)

5d7ca7f2faa5820bab236841ccbd7655b3362292 authored over 5 years ago by Giovanni <[email protected]>
remove dup instructions

5b5ebe9a633e4de097f38fc652628b2d85285646 authored over 5 years ago by wargio <[email protected]>
fixed x86 push call args

dcc7bbe811167ebac763619218ee0d00a56c4f80 authored over 5 years ago by wargio <[email protected]>
fixed issue with unknown args..

97dc792a7b485dbe589528c88d3cf5ab824dd811 authored over 5 years ago by wargio <[email protected]>
fixed cdecl bugs

762211d7a52f56eda6a19a3b9303d9c8a4658088 authored over 5 years ago by wargio <[email protected]>
fixed bad args when double mov is seen

ae909690489593fa43651f8591cc471b8604bf48 authored over 5 years ago by wargio <[email protected]>
fixed bad addresses on ppc

f7c330b9d15d8f66b5af3e2b0ed63926d3660eb4 authored over 5 years ago by wargio <[email protected]>
fixed string on lui

381971ab13a3457459d0dfb2ae7de0cc5487dac2 authored over 5 years ago by wargio <[email protected]>
fixed mips xrefs

78ad4abae0cdd165c38eddd4e2604e51eb730ac9 authored over 5 years ago by wargio <[email protected]>
fixes for ppc

7df0c1e639a77245f46d148a24e881b90e67f44d authored over 5 years ago by wargio <[email protected]>
fixes for arm and x86

0be5106cb991b43fce3ad971b27c8415bf39bb02 authored over 5 years ago by wargio <[email protected]>
fixed null deref

617aa34f13b7a1ae4381e13b9222f0c5e6074bb3 authored over 5 years ago by wargio <[email protected]>
fixed many bugs in arm and others

94c45449ab6885b0a48b990596ab8331d17b6b28 authored over 5 years ago by wargio <[email protected]>
fixed #151

82a7ac2268eb7f6dd92e8f3c0f1198abe49a7b25 authored over 5 years ago by wargio <[email protected]>
Add of p/dist to make the Cydia and Debian packages (#150)

fcf5e3ae23edba3dc926bd74f2673da04ab65e79 authored over 5 years ago by radare <[email protected]>
fixes for arm. better handling for fcn params

585e8c0ddfaba62516235ee0c9212f2eba997a3a authored over 5 years ago by wargio <[email protected]>
fixes for arm on call

afd48933e16fc75903230e0e731fe774e3b4d25d authored over 5 years ago by wargio <[email protected]>
removed useless `s` value

9e40f3f608ad7d59303acc7a15ea8d57d6bdb8ec authored over 5 years ago by wargio <[email protected]>
Update README.md (#149)

1818992535020780d30118872896345ebee5e3d1 authored over 5 years ago by William Setzer <[email protected]>
reverted back bad decision

a6ae68a2684d26aea9ca75b5538db5ba151cb13f authored over 5 years ago by wargio <[email protected]>
Dalvik support (#148)

* initial work on dalvik

* more dalvik stuff and many fixes

* fixed many things and added ...

65d70a4ea127bdf31f275a880299380c0877f144 authored over 5 years ago by Giovanni <[email protected]>
fixed error when no valid opcodes are found

35e7b863409fef742fc3480aef311416f4e1febf authored over 5 years ago by wargio <[email protected]>
fixed arm blo and fixed missing jumps hints for pdd*

d758e99e23bfd96e90ea2dea94d829bee6ccb959 authored over 5 years ago by wargio <[email protected]>
fixed pdds

668ba9a3e1802a457d17c8553ab7f29a0e05c8c1 authored over 5 years ago by wargio <[email protected]>
added pdds

48b5a2b298f8be6e0d9f6e0fefda40624ca6a0df authored over 5 years ago by wargio <[email protected]>
added --as-comment (pdd*) and --as-opcode (#140)

0520dc9be3a209786ba48915612086212f2666b7 authored over 5 years ago by Giovanni <[email protected]>
Remove unnecessary bashism (#138)

ede92da480a831a742b44b56114cd72e96addd30 authored over 5 years ago by radare <[email protected]>
added more syscall from linux

19f2288ea44025b28e9d24da05ef954ebfe11827 authored over 5 years ago by wargio <[email protected]>
fixed bad chrash

dea8584571acbe29fb16101b7649629a990b8cab authored over 5 years ago by wargio <[email protected]>
added syscall support on x86

51424c49cd2d42824af0af51a7c1f4a872760b69 authored over 5 years ago by wargio <[email protected]>
fixed eslint errors

f3556b49a17d19c3997877e15786c062bf40280a authored over 5 years ago by wargio <[email protected]>
fixed null deref

26625523c7b54887283a6967a446c13f78466a9a authored over 5 years ago by wargio <[email protected]>
enforce offset to be Long and fixed known names

d74db483b827a2ba11e60a699122335d56f740c9 authored over 5 years ago by wargio <[email protected]>
fixed rename issue with known functions

1df8eb95d784a9f50d18015ba3cc1c72843ab91a authored over 5 years ago by wargio <[email protected]>
added ss segment

cca6b7cbab1514c58646eb5cb3f003105e073df4 authored over 5 years ago by wargio <[email protected]>
fixed some bugs in arm64 and added more support

Added BR, BFXIL

a151a5ac57076bc15d267c0cd51b378e7f44ee50 authored over 5 years ago by wargio <[email protected]>
fixed bug on arm stp

f1d2175a950f3e92dd9f260be11bc0507868801d authored over 5 years ago by wargio <[email protected]>
added file info on output only (pddi doesn't include it)

c262bb46c5185249baac6e2cd517f3e5978cdcda authored almost 6 years ago by wargio <[email protected]>
fixed regressions

5fb33f6dadc4ea0070803e1b2e1ab33e6d213817 authored almost 6 years ago by wargio <[email protected]>
increased support for arm/arm64 and bugfixes

arm/arm64 instructions added:
bhi, bhs, b.lt, b.ge,ldhr, lrsr, ldrsh, ldrsb,
blr, bic, bfc, bf...

755bc5d0675640946eeb92813eb8c1fb4ce6bafb authored almost 6 years ago by wargio <[email protected]>
added b.hi and b.hs for arm

3d8e50d0990dc0f0cb36cc06fb5e44f0ddd9bb9c authored almost 6 years ago by wargio <[email protected]>
fix js and jns (#133)

b5bf30d0f9d69da3f5640f03cc4aead197f94f0b authored almost 6 years ago by Iru Cai (vimacs) <[email protected]>
Add movd, movq and movss operators (#130)

7c90e63497327480ede76e701ffc04ad5816b4e5 authored almost 6 years ago by Polshakov Dmitry <[email protected]>
Select correct movsd implementation (#129)

* Select correct movsd implementation

Fix #128

MOVSD has two meaning:
1. Move Scalar Doub...

a557ca49228f667edb753f03025d1b794241be96 authored almost 6 years ago by Polshakov Dmitry <[email protected]>
Codefactor

f36bd638117660f7547967f4406ece13f54958fa authored almost 6 years ago by Giovanni <[email protected]>
Adding windows install method.

e43fcfd50b6d66f05ec3ba35a86e61445ce2eecb authored almost 6 years ago by Giovanni <[email protected]>
fixed eslint errors

b3ad0fd4bb62a45968b7f4f91f732658ef5101c2 authored almost 6 years ago by wargio <[email protected]>
fixed unusual exceptions

bd81259cea7d95a524406e767d4901fb78f76a9a authored almost 6 years ago by wargio <[email protected]>
added argdb into tests.

9286226eda4472f0fe9f9ed7d40d4e4c80cc9c5e authored about 6 years ago by wargio <[email protected]>
Fetch libc function argument count info using r2 (#118)

3cfd552cad35275eada93f9d92075f5e5b9bcde5 authored about 6 years ago by sivaramaaa <[email protected]>
fix eslint

45fdeedcf92c7332f12a85a275dea68491efc1a5 authored about 6 years ago by wargio <[email protected]>
c++: allow also c++17 etc..

0ee5c407612bd78358dba42c86f3c8f2e27e7f36 authored about 6 years ago by wargio <[email protected]>
more c++ data

3fc746b0f59b755780a6c2ed88b8b0ec1edf6b47 authored about 6 years ago by wargio <[email protected]>
added open

944c5d9fcc926b4f65947a343dbdb183d3f0a902 authored about 6 years ago by wargio <[email protected]>
Update bug_report.md

48844cbae20690bfb6e34ba557fcff53eb34183a authored about 6 years ago by Giovanni <[email protected]>
Update issue templates

01ff22e512f340457fe129b82dc92490be2cdaf3 authored about 6 years ago by Giovanni <[email protected]>
Use _R_API only for MSVC (#115)

3048214c94f45ca8a414b153d6d2e5d5342c3ff1 authored about 6 years ago by Paul I <[email protected]>
asm print improvement

d519b20a490cbb56798ea77583f080a588e50b19 authored about 6 years ago by wargio <[email protected]>
more backtrace and travis reduced

d12223d7340d6a29096f15839a4ca910eb8a6177 authored about 6 years ago by wargio <[email protected]>
Commented extra.js and printer.js

d914fc4f0f00db8243b09c003cff2082c85e7b91 authored about 6 years ago by wargio <[email protected]>
Travis elint (#113)

* travis and eslint
* tests moved in travis-test.sh

6df7875aa4db79561cd9e3e6729482a4d42d1001 authored about 6 years ago by Giovanni <[email protected]>
fixed test

455ab5acf49969807ef3b6b2007ab7d22080a375 authored about 6 years ago by wargio <[email protected]>
removed long js (c implementation)

7aec3d23af937e06346900a55c5ba790408a0d1a authored about 6 years ago by wargio <[email protected]>
fixed control flow and bad block handling. arm & x86 fixes

53d663efffdc95410c1597d34e90cf23a07cf9fb authored about 6 years ago by wargio <[email protected]>
conditional gotos and calls are now correct

2dafb27eeebf262857928ea44d79e35a4d7239c9 authored about 6 years ago by wargio <[email protected]>
fix eslint

e956998677fd0ecacdc3d1eae87b763518987081 authored about 6 years ago by wargio <[email protected]>
mapping js to exceptions (#112)

660279a6d37023f8cd3c09ab10487456fc18de9c authored about 6 years ago by Giovanni <[email protected]>
Update README.md

0ed4f7802096f926b54424c3e887afd85410fb85 authored about 6 years ago by Giovanni <[email protected]>
Merge pull request #109 from pelijah/meson

Added initial mesonbuild support

884804f9cb8867bb8052b97d6709419cc74dad03 authored about 6 years ago by Giovanni <[email protected]>
Added initial mesonbuild support

19de8147595fb6d599787b8a17ac76fb554a6543 authored about 6 years ago by Paul I <[email protected]>
Merge pull request #104 from elicn/master

Fixes to x86

800b20277df12e418bfe11dd40b0be655bac37cf authored about 6 years ago by Giovanni <[email protected]>
Uknown conditions now marked with '?'

926d5aef63a5e981b289748aac6933c96e53cc56 authored about 6 years ago by elicn <[email protected]>
Reverted exports

ad26f0505e4eda47314d22142ed7e84f947bf950 authored about 6 years ago by elicn <[email protected]>
Added x86 xchg, rearranged module exports

6e524d837a379fd46e4b1cf4e7451834c59cf31d authored about 6 years ago by elicn <[email protected]>
Refactored "variable"

2d3d4882a1d4cf5a6a5e6cb7993b923e9b316b78 authored about 6 years ago by elicn <[email protected]>
Fixed "mul" / "imul" instructions

ea2c825e6d5580204030168cdc5c9e244772e2d1 authored about 6 years ago by elicn <[email protected]>
fixed null ref

101591ce3c00b1779be111209e1627240b4e6014 authored about 6 years ago by wargio <[email protected]>
reverted back r2utils due bad behaviour.

DO NOT TOUCH THIS FILE.

72e0cde1b5bb22be02a89780af71413e6b002d99 authored about 6 years ago by wargio <[email protected]>
removed debug output

d31699316c25e457c08e0e57fa04c9cbf17263f7 authored about 6 years ago by wargio <[email protected]>
fixed mvn

e1b224ce780878fe0324ecf5aa6f3e7e2ccdfb1a authored about 6 years ago by wargio <[email protected]>
fixed bad initialized condition on arm

9fb2b7245e4f853cc324bb1261dfa7d4e1053f83 authored about 6 years ago by wargio <[email protected]>