This page includes soft copies of textbooks for JHS. The soft copies provided here are for educational purposes only and therefore meant to serve as a guide for the teacher.
Click on the links below to download.
Basic 7 Integrated Science textbook
Basic 7 Social Studies textbook
Basic 7 Golden Maths Complete Textbook
Check this out: Textbooks for Primary
Basic 7 Creative Arts and Design textbook
Click on the links below to join our social media platforms so you don’t miss out on important lesson notes and other documents:
Whatsapp Group For Lesson Notes and GES Docs
Telegram Group For Lesson notes and GES docs
Credit to all respective authors






Lib.so requires no installation. Analysts can access the platform from any operating system (Windows, macOS, Linux, ChromeOS) via a standards-compliant web browser. This significantly lowers the barrier to entry for students and junior analysts.
A simple return a + b; in source becomes:
At its core, a decompiler for lib.so faces a monumental challenge: compilation is a lossy process. Variable names, comments, and original code structure are discarded, replaced by optimized, register-hopping logic. An online decompiler simplifies access by removing the need to install heavy local tools like Ghidra, IDA Pro, or Radare2. The user simply uploads a lib.so file through a web interface. The server then runs a backend decompiler engine—often a modified version of open-source tools like , Snowman , or RetDec —which attempts to reconstruct the control flow, identify functions, and assign placeholder names to variables.