Skip to main content

Sri Lanka's air force attacks Tamil rebels- International Hearald Tribune-2008/08/21


COLOMBO, Sri Lanka: Sri Lanka's air force launched attacks on Tamil Tiger rebels along the northern front lines Thursday, while infantry clashes killed eight rebels and two soldiers, the military said.

Air force helicopter gunships hit a rebel fortification in the northern district of Vavuniya, bordering the rebels' de facto state, said air force spokesman Wing Commander Janaka Nanayakkara.

He said the attack early Thursday was launched in support of army troops fighting in the area.

Details of damage and casualties were not available immediately, he said.

Meanwhile, infantry clashes continued Wednesday along the front lines in Vavuniya, Jaffna, Kilinochchi and Welioya regions, said military spokesman Brig. Udaya Nanayakkara.
In the main battle, soldiers killed six guerrillas in Vavuniya, while in Kilinochchi two rebels died of fighting, Nanayakkara said.

A rebel mortar attack killed a soldier along the front lines in the village of Kilali on the Jaffna peninsula while another soldier was killed in Welioya, he added.

Rebels' military spokesman Rasiah Ilanthirayan could not be reached for comment.

Both sides routinely exaggerate enemy casualties and underreport their own. Independent verification of the fighting is not possible because journalists are barred from the war zone.

Aid groups have said the government cut off most phone service to the rebel areas in recent weeks, a charge the military denied.

The rebels have been fighting for an independent state in the north and east since 1983, following decades of marginalization of ethnic Tamils by governments dominated by the Sinhalese majority. More than 70,000 people have been killed in the conflict.

In recent weeks, Sri Lanka's military has reported government forces have broken through the rebels' defenses and seized a series of key towns and bases.

International aid groups have said the new fighting has forced tens of thousands of civilians to flee their homes.

Source

Comments

hey nice work, keep it up dude!

Popular posts from this blog

דף הבית | הטכניון - מכון טכנולוגי לישראל

https://technion.ac.il http://library.technion.ac.il/he https://www.technion.ac.il/%D7%A8%D7%A9%D7%99%D7%9E%D7%AA-%D7%94%D7%A4%D7%A7%D7%95%D7%9C%D7%98%D7%95%D7%AA-2/ http://www.admin.technion.ac.il/dpcalendar/ https://www.technion.ac.il/%D7%94%D7%A0%D7%94%D7%9C%D7%94-%D7%91%D7%9B%D7%99%D7%A8%D7%94/ https://www.technion.ac.il/%D7%A1%D7%9E%D7%99%D7%A0%D7%A8%D7%99%D7%9D/ https://dean.web.technion.ac.il/%D7%A7%D7%9E%D7%A4%D7%95%D7%A1-%D7%AA%D7%95%D7%A1%D7%A1/ http://www.dmag.co.il/pub/technion/tmag.html http://moodle.technion.ac.il/ https://tender-logistics.web3.technion.ac.il http://cis.technion.ac.il/ http://video.technion.ac.il/ https://portal.technion.ac.il/irj/portal https://www.technion.ac.il/ https://www.technion.ac.il/en/home-2/ http://arabic.net.technion.ac.il https://www.technion.ac.il/%d7%97%d7%96%d7%95%d7%9f-%d7%94%d7%98%d7%9b%d7%a0%d7%99%d7%95%d7%9f/ https://www.technion.ac.il/%d7%94%d7%99%d7%a1%d7%98%d7%95%d7%a8%d7%99%d7%99%d7%aa-%d7%94%d7%98%d7%9b%d7%a0%d7%99%d7%95%d7%9f/ ht...

Gu Energy Gel for Sale

Get Gu Energy Gel Here - https://bit.ly/3f97Wvz _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Reversing C++ String And QString

After the rust string overview of its internal substructures, let's see if c++ QString storage is more light, but first we'r going to take a look to the c++ standard string object: At first sight we can see the allocation and deallocation created by the clang++ compiler, and the DAT_00400d34 is the string. If we use same algorithm than the rust code but in c++: We have a different decompilation layout. Note that the Ghidra scans very fast the c++ binaries, and with  rust binaries gets crazy for a while. Locating main is also very simple in a c++ compiled binary, indeed is more  low-level than rust. The byte array is initialized with a simply move instruction:         00400c4b 48 b8 68        MOV        RAX,0x6f77206f6c6c6568 And basic_string generates the string, in the case of  rust this was carazy endless set of calls, detected by ghidra as a runtime, but nevertheless the basic_str...