• Home
  • Cybersecurity
  • Android
  • Apps
  • Tech

Subscribe to Updates

Get the latest Tricks and topics related trends with insightful analysis on hardware, software, mobile computing, Cybersecurity, Android, AI technology

Facebook Twitter Instagram
ZerosuniverseZerosuniverse
  • Home
  • Cybersecurity
    spy apps

    How to Tell if Someone Has Hidden Spy Apps on Your Phone?

    wireless-hacking

    What is Wireless Network & Authentication Methods

    Network Scanning

    What is Scanning and Its Countermeasures

    Footprinting

    What is Footprinting and its Types

    Privilege Escalation Attack

    What is Privilege Escalation Attack

  • Android
    phone for child

    6 Ways to Set Up Android Phone for a Child

    Hidden Apps

    How To Tell If Someone Has Hidden Apps On Android 

    cloud calling

    10 Best Virtual cloud calling Apps for Android 2022

    android apps

    10 Must-Have Android Apps 2022

    parental control

    5 Parental Control Apps For Monitoring Your Child’s Online Activities

  • Apps
    Hidden Apps

    How To Tell If Someone Has Hidden Apps On Android 

    cloud calling

    10 Best Virtual cloud calling Apps for Android 2022

    merge PDF tools

    8 Amazing Merge PDF Tools to Use in 2022

    android apps

    10 Must-Have Android Apps 2022

    Best VPN for Free Fire Server Change 2022

  • Tech
    Verkai

    How Verkai May Change The Insurance Industry

    connect Air Pods

    How do you connect Air Pods after the case is dead? 

    cloud-computing

    Cloud computing and its Working

    merge PDF tools

    8 Amazing Merge PDF Tools to Use in 2022

    5G

    5G Wireless Capabilities: Understanding its Attributes & Benefits for IoT

ZerosuniverseZerosuniverse
Home » Cybersecurity » What is Packer Basics
Cybersecurity

What is Packer Basics

By zerosuniverse Team2 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Packer Basics
Share
Facebook Twitter Pinterest Email

Packer Basics are Tools used to obfuscate compiled binary programs. This term stems from the fact that one technique for obfuscating a binary program.

That is simply to compress the program, as compressed data tends to look far more random, and certainly does not resemble machine language.

For the program to actually execute on the target system, Packer Basics must remain a valid executable for the target platform.

The standard approach taken by most packers is to embed an unpacking stub into the packed software and to modify the program entry point to point to the unpacking stub.

Also Read:

  • What is a botnet and its Architecture
  • What is a Computer Virus and its Types
  • What is Digital Signature and how does it work

When the Packer Basics software executes, the operating system reads the new entry point and initiates the execution of the packed program at the unpacking stub.

The purpose of the unpacking stub is to restore the packed program to its original state and then to transfer control to the restored program.

Packer Basics vary significantly in their degree of sophistication. The most basic packers simply perform compression of a binary code and data sections.

More sophisticated packers not only compress but also perform some degree of encryption of the binary’s sections.

Finally, many Packer Basics will take steps to obfuscate a binary’s import table by compressing or encrypting the list of functions and libraries that the binary depends upon.

In this last case, the unpacking stub must be sophisticated enough to perform many of the functions of the dynamic loader, including loading any libraries.

That will be required by the unpacked binary and obtaining the addresses of all required functions within those libraries.

The most obvious Packer Basics way to do this is to leverage available systems API functions such as the Windows LoadLibrary() and GetProcAddress() functions.

Each of these functions requires ASCII input to specify the name of a library or function, leaving the binary susceptible to strings analysis.

Cyber Cybersecurity Hacking security
Share. Facebook Twitter Pinterest Email
zerosuniverse Team
  • Facebook
  • Twitter

We’re dedicated to giving you the very best of the latest Tricks and topics related trends with insightful analysis on hardware, software, mobile computing,Cybersecurity, Android, AI technology & many more.

Related Posts

spy apps

How to Tell if Someone Has Hidden Spy Apps on Your Phone?

By zerosuniverse Team
Hidden Apps

How To Tell If Someone Has Hidden Apps On Android 

By zerosuniverse Team
wireless-hacking

What is Wireless Network & Authentication Methods

By zerosuniverse Team
Network Scanning

What is Scanning and Its Countermeasures

By zerosuniverse Team
Add A Comment

Leave A Reply

google-news
Trending
Rooting-apps

10 Best Rooting Apps For Android in 2022

wifi-hacking-apps-android

16 Best WiFi Hacking Apps For Android in 2022

Games-Hacking

15 Best Games Hacking Apps for Android in 2022

Facebook Twitter Pinterest Tumblr LinkedIn
  • About
  • Contact
  • Guest Post
  • Disclaimer
  • Privacy
© 2022 Zerosuniverse.com | All Rights Reserved.

Type above and press Enter to search. Press Esc to cancel.