How to automatically edit a file (which requires hex editor) in ubuntuBest editor for ubuntuedit file in...

Why does Bach not break the rules here?

Interplanetary conflict, some disease destroys the ability to understand or appreciate music

If curse and magic is two sides of the same coin, why the former is forbidden?

Existence of subset with given Hausdorff dimension

What's the meaning of “spike” in the context of “adrenaline spike”?

How to simplify this time periods definition interface?

Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?

Python if-else code style for reduced code for rounding floats

What should tie a collection of short-stories together?

Instead of Universal Basic Income, why not Universal Basic NEEDS?

How can I track script which gives me "command not found" right after the login?

Official degrees of earth’s rotation per day

My adviser wants to be the first author

Is it possible to upcast ritual spells?

Min function accepting varying number of arguments in C++17

Gravity magic - How does it work?

How to explain that I do not want to visit a country due to personal safety concern?

Is a party consisting of only a bard, a cleric, and a warlock functional long-term?

What approach do we need to follow for projects without a test environment?

compactness of a set where am I going wrong

Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

My Graph Theory Students

Hacking a Safe Lock after 3 tries

Can a druid choose the size of its wild shape beast?



How to automatically edit a file (which requires hex editor) in ubuntu


Best editor for ubuntuedit file in shell scriptrun startup script which requires a xserver sessionCheck which user changed file in directoryHow can I display text from a file automatically after powering up my computer, in text editor or terminal?edit json file using scriptauto edit a text fileReplace hex in binary file with shell without sedBash script to end and edit Typescript file at the end of terminal session automaticallyneed help with xxd













0















I have android boot image which needs to be patched evertime I flash a kernel.
The patching includes adding 4096 bytes to the boot image using a hex editor (I used ghex), which is very tedious process because you have to manually add 4096 numbers to the file by hand. So, I want to make a script to automate the process.



It is not like simply editing files, it requires hex editor.









share



























    0















    I have android boot image which needs to be patched evertime I flash a kernel.
    The patching includes adding 4096 bytes to the boot image using a hex editor (I used ghex), which is very tedious process because you have to manually add 4096 numbers to the file by hand. So, I want to make a script to automate the process.



    It is not like simply editing files, it requires hex editor.









    share

























      0












      0








      0








      I have android boot image which needs to be patched evertime I flash a kernel.
      The patching includes adding 4096 bytes to the boot image using a hex editor (I used ghex), which is very tedious process because you have to manually add 4096 numbers to the file by hand. So, I want to make a script to automate the process.



      It is not like simply editing files, it requires hex editor.









      share














      I have android boot image which needs to be patched evertime I flash a kernel.
      The patching includes adding 4096 bytes to the boot image using a hex editor (I used ghex), which is very tedious process because you have to manually add 4096 numbers to the file by hand. So, I want to make a script to automate the process.



      It is not like simply editing files, it requires hex editor.







      scripts programming





      share












      share










      share



      share










      asked 4 mins ago









      Saurav SinghSaurav Singh

      565




      565






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126073%2fhow-to-automatically-edit-a-file-which-requires-hex-editor-in-ubuntu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126073%2fhow-to-automatically-edit-a-file-which-requires-hex-editor-in-ubuntu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...