Git Product home page Git Product logo

Comments (5)

yrp604 avatar yrp604 commented on April 27, 2024 2

So uh, apparently I forgot to implement the ui code to convert command lines into ptrace write calls three years ago and you're the first person to notice.... wups!

I'll get on that, thanks for letting me know.

from rappel.

yrp604 avatar yrp604 commented on April 27, 2024 1

I'll look into .write, but I can answer the vdso/vvar stuff now:

from rappel.

jstaursky avatar jstaursky commented on April 27, 2024

No problem, thanks for the cool tool!

BTW will .write support cmds piped in?
Would be nice to do something like
.write 0xff8aa000 <((){objcopy -O binary -j .text `which less` $1; cat $1 } =(touch -c .))
with zsh

from rappel.

disconnect3d avatar disconnect3d commented on April 27, 2024

It would probably easier to implement .writef <addr> <file with bytes to write to memory>

from rappel.

yrp604 avatar yrp604 commented on April 27, 2024

.write will not support shell commands but a .writef is a possibility.

Originally I had planned on adding command line options to add other files to the initial generated elf, so you could do something like rappel --map 0x41410000 --file foo.bin and in your resulting session you'd have the contents there, but I never got around to it and unless I have a pressing need, I doubt I will. If someone wants to add this though, feel free, though the ELF generation code is kinda hairy...

from rappel.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.