Raphaël Rigo

Results 42 comments of Raphaël Rigo
trafficstars

the script does not work without the cable

It may be useful to create a repository with a set of pairs (lines, PDF) to test, maybe even be included as a test suite ?

note that @phil777's approach is not perfect either and pull request #12 does not fix the problems. Unfortunately, I can't spend more time debugging this.

See the following files: * [dot-paper-orig.pdf](https://github.com/reHackable/maxio/files/1737561/dot-paper-orig.pdf) original *US letter* * [dot-paper-master.pdf](https://github.com/reHackable/maxio/files/1737560/dot-paper-master.pdf) export with `master` version of `maxio` (A4) * [dot-paper-phil.pdf](https://github.com/reHackable/maxio/files/1737562/dot-paper-phil.pdf) same with @phil777 branch As you can see in `dot-paper-master.pdf`,...

Note for future reference (i'll probably patch the script): ``` ip a add 10.11.99.1/32 dev lo ``` is sufficient to make the webUI work through SSH over WiFi when the...

that's not an int, that's the `syscall` instruction, only available on x64

Hello, thanks for the report. Which version of IDA are you using ? on which OS ?

Regarding the encoding problem, it seems I cannot trigger it with the current `master`. i'll check the other issue later.

Hello, Another option, beside the one @Lastpixl provided: I think using the "remap binary" checkbox should work, as it produces the binary file used by the analyzer using IDA's segments...

@hardboost thanks for the report. I've improved the situation, now the remapped sections are saved in the IDB and the configuration files has the "remap binary" option state saved. I'm...