Lucas Molas

Results 39 issues of Lucas Molas

Addresses #109.

status/in-progress

Currently requests are only being [logged](https://github.com/ipfs/go-ipfs/blob/master/commands/request.go#L69) in the online mode by the [HTTP handler](https://github.com/ipfs/go-ipfs-cmds/blob/master/http/handler.go#L148). It would be useful to extend this mechanism to cover any IPFS use case, which means...

The node prefetching mechanism has been abstracted away from the DAG reader in `go-unixfs` into the `NavigableIPLDNode` here, so the PR https://github.com/ipfs/go-unixfs/pull/12 which employs the `Walker` (that relies on `NavigableIPLDNode`)...

help wanted
exp/novice

Closes https://github.com/ipfs/go-merkledag/issues/61.

Currently `Walk()` only has a `WalkDepth()` implementation. I would like to add a `WalkBreadth()` one. It seems straight-forward enough: * Add an option in `walkOptions` (and process it in `Walk()`...

need/triage

If I understand correctly (cc @warpfork) we should be using https://pkg.go.dev/github.com/ipld/go-ipld-prime/traversal#WalkMatching instead. There may be some use cases for which the old `Walk` might still be useful but at least...

need/triage

https://github.com/ipfs/go-merkledag/blob/bf51443272bb98cff071eb44ed9ce6c940e82f1f/merkledag.go#L376-L377 Only the logic in `GetLinks` is allowed to but not `visit`.

need/triage

Continuing the development of #4, with the CFG and [CG created](https://github.com/programa-stic/hexag00n/commit/3a4dcbf935d7e4d57711a52c6e0e9fd002fb472b) for the `factorial_example.elf`, the next step would be to execute REIL code between two functions (arbitrarily chosen for now),...

reil

The translation for the Hexagon architecture is being developed in the [`reil`](https://github.com/programa-stic/hexag00n/tree/reil/hexagondisasm/reil) branch in order to use BARF's REIL analysis tools. As [first example](https://github.com/programa-stic/hexag00n/blob/reil/hexagondisasm/reil/translate-reil-generic.py) of this use, the [`factorial_example.elf`](https://github.com/programa-stic/hexag00n/blob/master/hexagondisasm/data/factorial_example.elf) binary...

enhancement
reil

As mentioned in issue #1, the data references feature in the IDA proc. module is causing IDA to misbehave, so it is disabled by default, which causes many data elements...

bug
ida